SQL/Parser/Compiler.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 15:21:27 +0000 (23:21 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 15:21:27 +0000 (23:21 +0800)
SQL/Parser/Compiler.php

index c4de022..f3e2638 100755 (executable)
@@ -304,8 +304,8 @@ class SQL_Parser_Compiler
                 return $search_string;
             }
             $sql .= ' where '.$search_string;
-        }
-        return $sql;
+        } 
+        return $sql . ';';
     }
 //    }}}