[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2071-gae63490

The branch, master has been updated via ae63490dd98695bfc04b0ffff2027fae61b8414f (commit) from cc5f5246788e08fd226472e809c818dfd57bfd80 (commit) - Log ----------------------------------------------------------------- commit ae63490dd98695bfc04b0ffff2027fae61b8414f Author: Michal Čihař <michal@cihar.com> Date: Thu Apr 22 20:38:43 2010 +0200 Can not unset is_insert here, it is used later. ----------------------------------------------------------------------- Summary of changes: tbl_replace.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tbl_replace.php b/tbl_replace.php index f19049b..3758811 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 hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař