summaryrefslogtreecommitdiffstats
path: root/system/database
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-19 15:00:32 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-19 15:00:32 +0200
commit822317b2a8a9872819cd22de6782b44f5c267d2f (patch)
tree0c4fc5d4ce506b41378aa927fe114e876e15a131 /system/database
parent391dc6cdec77c4a71a7a6589652bd8d4a3623154 (diff)
Add back a removed paramter description
Diffstat (limited to 'system/database')
-rw-r--r--system/database/DB_driver.php1
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)