SQL/Parser.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 12:39:52 +0000 (20:39 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 12:39:52 +0000 (20:39 +0800)
SQL/Parser.php

index 5ad71f2..a4483a6 100755 (executable)
@@ -1188,9 +1188,9 @@ class SQL_Parser
                             if ($action['action'] == 'change') {
                                 $this->getTok();
                                 $action['name'] = $this->lexer->tokText;
+                                // fixmen check...
                                 $this->getTok(); // comma or ;
                                 continue;
-                                
                             }
                             
                             $fields = $this->parseFieldList(false, false);