db_details_links.php3: Added $args3, $args4 = '', for no tables case

This commit is contained in:
Robin Johnson
2002-06-21 05:18:35 +00:00
parent 76ea7f8211
commit d5d28add45
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-06-20 Robin Johnson <robbat2@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* ChangeLog_till_2.2.6.gz removed from the distribution and copied

View File

@@ -16,7 +16,9 @@ if ($num_tables > 0) {
}
else {
$lnk3 = '';
$arg3 = '';
$lnk4 = '';
$arg4 = '';
}
// Drop link if allowed
if (!$cfg['AllowUserDropDatabase']) {