diff -r a3a9e463c62f -r 7eef739a5b81 install/includes/sql_parse.php --- a/install/includes/sql_parse.php Mon Feb 04 05:19:20 2008 -0500 +++ b/install/includes/sql_parse.php Mon Feb 04 05:52:12 2008 -0500 @@ -54,7 +54,7 @@ public function __construct($sql) { - if ( strpos("\n", $sql) ) + if ( strpos($sql, "\n") ) { $this->sql_string = $sql; }