summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-02 12:57:51 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-02 12:57:51 +0100
commit342ad538e9b0bb037a4c266fb3a58218f3317e3f (patch)
tree31ccf7c81a68b63a33156f649219fe5caf6dcb5b /system/database/drivers/sqlite
parenta0c2785f91bc70fb4a0a02f1c9c28cb99c975457 (diff)
parentbcb3bbb97c8c046f80009a2bd8dffb96795ed239 (diff)
Merge upstream branch
Diffstat (limited to 'system/database/drivers/sqlite')
-rw-r--r--system/database/drivers/sqlite/sqlite_utility.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php
index 358fe747f..8fefcd9e2 100644
--- a/system/database/drivers/sqlite/sqlite_utility.php
+++ b/system/database/drivers/sqlite/sqlite_utility.php
@@ -38,7 +38,7 @@ class CI_DB_sqlite_utility extends CI_DB_utility {
* List databases
*
* I don't believe you can do a database listing with SQLite
- * since each database is its own file. I suppose we could
+ * since each database is its own file. I suppose we could
* try reading a directory looking for SQLite files, but
* that doesn't seem like a terribly good idea
*
@@ -68,7 +68,6 @@ class CI_DB_sqlite_utility extends CI_DB_utility {
/**
* Repair table query
*
- *
* @param string the table name
* @return bool
*/
@@ -91,6 +90,7 @@ class CI_DB_sqlite_utility extends CI_DB_utility {
// Currently unsupported
return $this->db->display_error('db_unsuported_feature');
}
+
}
/* End of file sqlite_utility.php */