Can not unset is_insert here, it is used later.

This commit is contained in:
Michal Čihař
2010-04-22 20:38:43 +02:00
parent cc5f524678
commit ae63490dd9

View File

@@ -335,7 +335,7 @@ if ($is_insert && count($value_sets) > 0) {
require './' . PMA_securePath($goto_include); require './' . PMA_securePath($goto_include);
exit; 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 * Executes the sql query and get the result, then move back to the calling