[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0-14-g5687ac2

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


The branch, QA_3_4 has been updated
       via  5687ac290e64ad82c9dc709a8d0850b7e8a99198 (commit)
      from  332f3da9026e70d460e22f12ca77ce0911fa5ee0 (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

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 cbad1d6..2171560 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