--- 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;
}