bug 956828 deleting last row generates a PHP error
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2004-05-28 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
|
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
|
||||||
comments in bug #951744).
|
comments in bug #951744).
|
||||||
|
2
sql.php
2
sql.php
@@ -651,8 +651,6 @@ else {
|
|||||||
$GLOBALS['sql_limit_to_append'] = $tmp_sql_limit_to_append;
|
$GLOBALS['sql_limit_to_append'] = $tmp_sql_limit_to_append;
|
||||||
}
|
}
|
||||||
|
|
||||||
$goto = 'sql.php';
|
|
||||||
|
|
||||||
// Displays the results in a table
|
// Displays the results in a table
|
||||||
require_once('./libraries/display_tbl.lib.php');
|
require_once('./libraries/display_tbl.lib.php');
|
||||||
if (empty($disp_mode)) {
|
if (empty($disp_mode)) {
|
||||||
|
Reference in New Issue
Block a user