diff --git a/postgresql/index.cgi b/postgresql/index.cgi index af0db35d0..797a91938 100755 --- a/postgresql/index.cgi +++ b/postgresql/index.cgi @@ -150,7 +150,7 @@ else { } &main_header(); - print &ui_subheading($text{'index_dbs'}); + print &ui_subheading($text{'index_dbs'}) if ($access{'users'}); if ($in{'search'}) { # Limit to those matching search @titles = grep { /\Q$in{'search'}\E/i } @titles;