From d5d28add457e00e7b9f65a3db7f3f83a1efe4e84 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Fri, 21 Jun 2002 05:18:35 +0000 Subject: [PATCH] db_details_links.php3: Added $args3, $args4 = '', for no tables case --- ChangeLog | 1 + db_details_links.php3 | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38b8fac25..757010bac 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-06-20 Robin Johnson * tbl_qbe.php3: Using * for tables fields disables sorting for that field (Fix for bug #570698) + * db_details_links.php3: Added $args3, $args4 = '', for no tables case 2002-06-20 Marc Delisle * ChangeLog_till_2.2.6.gz removed from the distribution and copied diff --git a/db_details_links.php3 b/db_details_links.php3 index 47e8b5808..062288525 100644 --- a/db_details_links.php3 +++ b/db_details_links.php3 @@ -16,7 +16,9 @@ if ($num_tables > 0) { } else { $lnk3 = ''; + $arg3 = ''; $lnk4 = ''; + $arg4 = ''; } // Drop link if allowed if (!$cfg['AllowUserDropDatabase']) { @@ -71,4 +73,4 @@ echo "\n"; - \ No newline at end of file +