diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-19 15:00:32 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-19 15:00:32 +0200 |
commit | 822317b2a8a9872819cd22de6782b44f5c267d2f (patch) | |
tree | 0c4fc5d4ce506b41378aa927fe114e876e15a131 | |
parent | 391dc6cdec77c4a71a7a6589652bd8d4a3623154 (diff) |
Add back a removed paramter description
-rw-r--r-- | system/database/DB_driver.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index a327f4ad9..371b6db96 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1118,6 +1118,7 @@ abstract class CI_DB_driver { * Generates a platform-specific update string from the supplied data * * @param string the table name + * @param array the update data * @return string */ protected function _update($table, $values) |