_query() doesn't take the DB link
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 20 Dec 2006 01:20:56 +0000 (01:20 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 20 Dec 2006 01:20:56 +0000 (01:20 +0000)
Db.php

diff --git a/Db.php b/Db.php
index e38e636b7a63d320ba10ed444c7d587d914c8d21..0bbc645e18b608d63f511953265ba0eb7b66bdf8 100644 (file)
--- a/Db.php
+++ b/Db.php
@@ -165,7 +165,7 @@ abstract class BSDb
                $time = microtime();
                
                $this->querystr = $string;
-               $this->result = $this->_query($this->dblink, $string);
+               $this->result = $this->_query($string);
                                
                if (!$this->result)
                {