diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-26 22:52:41 +0100 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-26 22:52:41 +0100 |
commit | ac91bd701c11e8c9e5cb42b1120eb9f88f73456a (patch) | |
tree | e263e6207daaa83bb9768988cdbdb30ad91944b8 /system/database/DB_driver.php | |
parent | 4ba802d8f0a28ba138c21cd90d336e220f81a099 (diff) |
Fixed some typos
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r-- | system/database/DB_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 07c19c51b..866b95612 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1218,7 +1218,7 @@ class CI_DB_driver { // Does the first segment of the exploded item match
// one of the aliases previously identified? If so,
- // we have nothing more to do other then escape the item
+ // we have nothing more to do other than escape the item
if (in_array($parts[0], $this->ar_aliased_tables))
{
if ($protect_identifiers === TRUE)
|