diff options
| author | sparc <sparc@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-03 18:55:38 +0000 |
|---|---|---|
| committer | sparc <sparc@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-03 18:55:38 +0000 |
| commit | 52be1875ee7ee29ecf851ab33e9b92e97657a851 (patch) | |
| tree | 7a06a1b59d60af34fb7eb82a0b6c35816524e48c /roundcubemail/program | |
| parent | 34a64b35fced015042411f1249e080883ed7239f (diff) | |
affectedRows fix
git-svn-id: https://svn.roundcube.net/trunk@15 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rwxr-xr-x | roundcubemail/program/include/rcube_db.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_db.inc b/roundcubemail/program/include/rcube_db.inc index 87cb869f8..96f120f3c 100755 --- a/roundcubemail/program/include/rcube_db.inc +++ b/roundcubemail/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 = '') |
