From c7ab971ccfd9958b44de6c1b7bdb87fc189a7028 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 20 Dec 2006 01:20:56 +0000 Subject: [PATCH] _query() doesn't take the DB link --- Db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Db.php b/Db.php index e38e636..0bbc645 100644 --- 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) { -- 2.22.5