summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorJamie Rumbelow <jamie@jamierumbelow.net>2012-03-06 22:30:38 +0100
committerJamie Rumbelow <jamie@jamierumbelow.net>2012-03-06 22:30:38 +0100
commit17c1bedbab426ce383138f2bc720a1134afbe475 (patch)
tree20d379a8446729b07b9895d51628757ee1ecca4a /system/database/DB_driver.php
parent3b1355c595127280d6d84d8b617a91fbeda319f5 (diff)
Updating a couple more references to the AR class in documentation [#1061]
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index e379755ed..6a20c001a 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1351,7 +1351,7 @@ class CI_DB_driver {
// --------------------------------------------------------------------
/**
- * Dummy method that allows Active Record class to be disabled
+ * Dummy method that allows Query Builder class to be disabled
*
* This function is used extensively by every db driver.
*