[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2072-gdfa7121

Michal Čihař nijel at users.sourceforge.net
Thu Apr 22 20:41:06 CEST 2010


The branch, master has been updated
       via  dfa712179b024896ea06cfc7b853e80829fef76f (commit)
      from  ae63490dd98695bfc04b0ffff2027fae61b8414f (commit)


- Log -----------------------------------------------------------------
commit dfa712179b024896ea06cfc7b853e80829fef76f
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Apr 22 20:40:47 2010 +0200

    Also this one 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 3758811..ffa1574 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -325,7 +325,7 @@ if ($is_insert && count($value_sets) > 0) {
         . ' (' . implode(', ', $query_fields) . ') VALUES (' . implode('), (', $value_sets) . ')';
     unset($insert_command);
 
-    unset($query_fields, $value_sets);
+    unset($query_fields);
 } elseif (empty($query)) {
     // No change -> move back to the calling script
     $message = PMA_Message::success('strNoModification');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list