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 +