summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_utility.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-20 21:12:55 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-20 21:12:55 +0100
commitf944d3b50ad589aeb78fe04ceef9ebfe4c3bd692 (patch)
tree29373b5c5ab34c1179924279a4852ce75938f00f /system/database/drivers/sqlite3/sqlite3_utility.php
parent6f9d923baa43e2ef60bafdd263730aa4f5f103e7 (diff)
Remove unused _prep_query() method
Diffstat (limited to 'system/database/drivers/sqlite3/sqlite3_utility.php')
-rw-r--r--system/database/drivers/sqlite3/sqlite3_utility.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/database/drivers/sqlite3/sqlite3_utility.php b/system/database/drivers/sqlite3/sqlite3_utility.php
index bc9898ee4..a4dc875e1 100644
--- a/system/database/drivers/sqlite3/sqlite3_utility.php
+++ b/system/database/drivers/sqlite3/sqlite3_utility.php
@@ -96,7 +96,8 @@ class CI_DB_sqlite3_utility extends CI_DB_utility {
// Not supported
return $this->db->display_error('db_unsuported_feature');
}
+
}
/* End of file sqlite3_utility.php */
-/* Location: ./system/database/drivers/sqlite3/sqlite3_utility.php */
+/* Location: ./system/database/drivers/sqlite3/sqlite3_utility.php */ \ No newline at end of file