SQL/Parser.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 Feb 2011 04:01:00 +0000 (12:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 Feb 2011 04:01:00 +0000 (12:01 +0800)
SQL/Parser.php

index fe34047..d1da81d 100755 (executable)
@@ -1614,10 +1614,7 @@ class SQL_Parser
                 $tree = array('command' => 'drop_function');
                 $this->raiseError('DROP ' . $this->token . ' not supported yet');
                 break;
-            
-                
-                
-                
+              
                             
             default:
                 $this->raiseError('Unknown object to drop');