[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0-140-g21766b6

Michal Čihař nijel at users.sourceforge.net
Wed May 11 14:01:13 CEST 2011


The branch, master has been updated
       via  21766b684be69f185b85c61d6da07af02d5d71b2 (commit)
       via  5687ac290e64ad82c9dc709a8d0850b7e8a99198 (commit)
       via  88ff8be6afcb833153372afd3a56fe65f303681a (commit)
      from  21f8f5d072fb7bdc30751ab904c7e8d29cdc9a78 (commit)


- Log -----------------------------------------------------------------
commit 21766b684be69f185b85c61d6da07af02d5d71b2
Merge: 88ff8be6afcb833153372afd3a56fe65f303681a 5687ac290e64ad82c9dc709a8d0850b7e8a99198
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed May 11 14:00:30 2011 +0200

    Merge branch 'QA_3_4'

commit 88ff8be6afcb833153372afd3a56fe65f303681a
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed May 11 14:00:10 2011 +0200

    Add missing operator

-----------------------------------------------------------------------

Summary of changes:
 libraries/sqlparser.lib.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php
index a46b720..5000f4c 100644
--- a/libraries/sqlparser.lib.php
+++ b/libraries/sqlparser.lib.php
@@ -244,9 +244,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
             6 => '<>',
             7 => '>=',
             8 => '>>',
-            9 => '||'
+            9 => '||',
+            10 => '==',
         );
-        $allpunct_list_pair_size = 10; //count($allpunct_list_pair);
+        $allpunct_list_pair_size = 11; //count($allpunct_list_pair);
         $quote_list              = '\'"`';
         $arraysize               = 0;
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list