[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9RC1-24864-gc296064

Michal Čihař nijel at users.sourceforge.net
Fri Dec 16 15:29:11 CET 2011


The branch, master has been updated
       via  c296064614b6c31cf79b48a34d9308e5e7943588 (commit)
      from  16290082b6fe75e3a473b4e9b0f7db3076ea801b (commit)


- Log -----------------------------------------------------------------
commit c296064614b6c31cf79b48a34d9308e5e7943588
Author: Michal Čihař <mcihar at suse.cz>
Date:   Fri Dec 16 15:28:49 2011 +0100

    Fix sort order

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

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

diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index 51ec346..cd9a5fc 100644
--- a/libraries/sqlparser.data.php
+++ b/libraries/sqlparser.data.php
@@ -465,9 +465,9 @@ $PMA_SQPdata_reserved_word = array (
     'FULL',
     'FULLTEXT',
     'FUNCTION',
-    'GENERAL',
     'GEMINI',
     'GEMINI_SPIN_RETRIES',
+    'GENERAL',
     'GLOBAL',
     'GRANT',
     'GRANTS',


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list