diff options
author | admin <devnull@localhost> | 2006-10-21 21:08:17 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:08:17 +0200 |
commit | fafe28bec4f414e48f63e01ed9105ae5c2c99802 (patch) | |
tree | b3e3f01cb1af83a29aff421aa308cb85788bbbe1 /system/database/DB_active_rec.php | |
parent | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (diff) |
Diffstat (limited to 'system/database/DB_active_rec.php')
-rw-r--r-- | system/database/DB_active_rec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 1fa4f9557..8db6161af 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -804,7 +804,7 @@ class CI_DB_active_record extends CI_DB_driver { /** * Object to Array * - * Takes an object as input and convers the class variables to array key/vals + * Takes an object as input and converts the class variables to array key/vals * * @access public * @param object |