
25 Jul
2001
25 Jul
'01
5:18 p.m.
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') {