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

index 33efd5b..38bf96f 100755 (executable)
@@ -1193,6 +1193,8 @@ class SQL_Parser
                             }
                             if ($this->token == ',') {
                                 $this->getTok();
+                                $tree['table_actions'][] = $action;
+                                $action = array();
                                 continue;
                             }
                             print_r($action);