bug 956828 deleting last row generates a PHP error

This commit is contained in:
Marc Delisle
2004-05-29 12:32:16 +00:00
parent 566d4b4f33
commit e9602b27bb
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-05-29 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #956828, deleting last row gives an error. I could not
find a case where we need the line I just removed, which was
causing the bug.
2004-05-28 Michal Čihař <michal@cihar.com>
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
comments in bug #951744).

View File

@@ -651,8 +651,6 @@ else {
$GLOBALS['sql_limit_to_append'] = $tmp_sql_limit_to_append;
}
$goto = 'sql.php';
// Displays the results in a table
require_once('./libraries/display_tbl.lib.php');
if (empty($disp_mode)) {