includes/dbal.php
changeset 619 80fa6fa6bf3a
parent 616 e311f5e6f904
child 628 ab6f55abb17e
--- 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;