From 3e39ddd27a1c25d64c958a9ad7c021b3268f1b3f Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 29 Nov 2007 18:07:56 +0000 Subject: [PATCH] Don't show drop button if not showing table --- postgresql/index.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql/index.cgi b/postgresql/index.cgi index deba340f7..00be72ecb 100755 --- a/postgresql/index.cgi +++ b/postgresql/index.cgi @@ -184,6 +184,7 @@ else { print &ui_select("db", undef, [ map { [ $_ ] } @titles ]),"\n"; print &ui_submit($text{'index_jumpok'}),"
\n"; print &ui_form_end(); + @icons = ( ); } else { # Show databases as table