commit | 822317b2a8a9872819cd22de6782b44f5c267d2f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jul 19 16:00:32 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jul 19 16:00:32 2012 +0300 |
tree | 0c4fc5d4ce506b41378aa927fe114e876e15a131 | |
parent | 391dc6cdec77c4a71a7a6589652bd8d4a3623154 [diff] [blame] |
Add back a removed paramter description
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index a327f4a..371b6db 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -1118,6 +1118,7 @@ * 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)