From e9602b27bb8176008851a51fc421473ae5196658 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 29 May 2004 12:32:16 +0000 Subject: [PATCH] bug 956828 deleting last row generates a PHP error --- ChangeLog | 5 +++++ sql.php | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 119f969f4..dd99f9089 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-05-29 Marc Delisle + * 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ř * libraries/display_tbl.lib.php: Decrease limit for query truncating (see comments in bug #951744). diff --git a/sql.php b/sql.php index 14586280a..69dc14ddb 100644 --- a/sql.php +++ b/sql.php @@ -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)) {