From d3d42bde2a5d5e2c7915ee30b79dfde132feaed7 Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 3 Oct 2005 18:55:38 +0000 Subject: affectedRows fix --- program/include/rcube_db.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/rcube_db.inc b/program/include/rcube_db.inc index 87cb869f8..96f120f3c 100755 --- a/program/include/rcube_db.inc +++ b/program/include/rcube_db.inc @@ -142,7 +142,7 @@ class rcube_db if (!$this->db_handle) return FALSE; - return $this->last_res_id->affectedRows(); + return $this->db_handle->affectedRows(); } function insert_id($sequence = '') -- cgit v1.2.3