From ba94bf4282c142fb9e3d2c546c5ba8b6df2ac7e1 Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 20 Oct 2005 16:23:12 +0000 Subject: DB code cleanup --- program/include/rcube_db.inc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'program/include/rcube_db.inc') diff --git a/program/include/rcube_db.inc b/program/include/rcube_db.inc index 7d9d1bb95..2b0c01af9 100755 --- a/program/include/rcube_db.inc +++ b/program/include/rcube_db.inc @@ -127,17 +127,6 @@ class rcube_db return $this->_add_result($result, $query); } - - function db_execute ($query) - { - $this->db_connect('w'); - - if ($this->db_provider == 'sqlite') - $query = $this->_sqlite_prepare_query($query); - - $result = $this->db_handle->query($query); - - } function num_rows($res_id=NULL) { -- cgit v1.2.3