From ae63490dd98695bfc04b0ffff2027fae61b8414f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 22 Apr 2010 20:38:43 +0200 Subject: [PATCH] Can not unset is_insert here, it is used later. --- tbl_replace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_replace.php b/tbl_replace.php index f19049bc5..3758811d6 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -335,7 +335,7 @@ if ($is_insert && count($value_sets) > 0) { require './' . PMA_securePath($goto_include); exit; } -unset($me_fields, $is_insert, $is_insertignore); +unset($me_fields, $is_insertignore); /** * Executes the sql query and get the result, then move back to the calling