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

index cde8c65..06f9de5 100755 (executable)
@@ -1211,6 +1211,7 @@ class SQL_Parser
                             if ($this->token != ';' && $this->token != ',') {
                                 $this->raiseError("expection ', or ;' got " . $this->token);
                             }
+                            
                             continue;