--- a/includes/dbal.php Wed Jul 09 21:02:28 2008 -0400
+++ b/includes/dbal.php Wed Jul 09 21:04:10 2008 -0400
@@ -271,7 +271,7 @@
}
}
- $r = pg_query($q, $this->_conn);
+ $r = mysql_query($q, $this->_conn);
if ( $log_query )
$this->query_times[$q] = microtime_float() - $time_start;