[Phpmyadmin-devel] Loic's version, patch 3
Marc Delisle
DelislMa at CollegeSherbrooke.qc.ca
Wed Jul 25 17:18:49 CEST 2001
Ok this patches the problem of the next SELECT after a modification or deletion of a record.
So you need patch 1 and patch 3 :)
Marc
*** tbl_replace.php3.ori Wed Jul 25 11:12:27 2001
--- tbl_replace.php3 Wed Jul 25 11:12:49 2001
***************
*** 13,19 ****
* Initializes some variables
*/
// Defines the url to return in casse of success of the query
! if (isset($store_bkm) && isset($sql_query)) {
$sql_query = urldecode($sql_query);
}
if ($goto == 'sql.php3') {
--- 13,19 ----
* Initializes some variables
*/
// Defines the url to return in casse of success of the query
! if (isset($sql_query)) {
$sql_query = urldecode($sql_query);
}
if ($goto == 'sql.php3') {
More information about the Developers
mailing list