diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:36:21 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:36:21 +0100 |
commit | 5d93e13326b86344610cf13008726e40bef0a5b8 (patch) | |
tree | b05318827cb477a149e4d6bd64a74f527b9f15a7 | |
parent | 043f2602c7dc0a0eae62f745a7362160dc8ccec5 (diff) |
Revert a comment change
-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 1dc80a104..482a6c8f3 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -854,7 +854,7 @@ class CI_DB_driver { * Returns an object with field data * * @param string the table name - * @return mixed + * @return object */ public function field_data($table = '') { |