summaryrefslogtreecommitdiffstats
path: root/system/database/DB_active_rec.php
diff options
context:
space:
mode:
authorMancy <abdullah.mancy@gmail.com>2011-12-20 11:13:14 +0100
committerMancy <abdullah.mancy@gmail.com>2011-12-20 11:13:14 +0100
commit0d91fd2956812e07905d8047ef95a0e556edbb1a (patch)
tree5b4ffe187a128746960e93cf86b9da9f03e2f9dd /system/database/DB_active_rec.php
parent205d02936cf76f9b430129d9b704c182933cfee4 (diff)
#798: update changelog and typo fix
Diffstat (limited to 'system/database/DB_active_rec.php')
-rw-r--r--system/database/DB_active_rec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index 7a608c4f0..41950e7d8 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -1424,7 +1424,7 @@ class CI_DB_active_record extends CI_DB_driver {
$this->limit($limit);
}
- $sql = $this->_update($this->_protect_identifiers($this->ar_from[0], TRUE, NULL, FALSE), $this->ar_set, $this->ar_where, $this->ar_orderby, $this->ar_limit, , $this->ar_like);
+ $sql = $this->_update($this->_protect_identifiers($this->ar_from[0], TRUE, NULL, FALSE), $this->ar_set, $this->ar_where, $this->ar_orderby, $this->ar_limit, $this->ar_like);
$this->_reset_write();
return $this->query($sql);