commit | 64d72b1b85efd3810a036b54d40d36ade6cd9f86 | [log] [tgz] |
---|---|---|
author | Mike Funk <mfunk@xulonpress.com> | Thu Feb 23 15:07:21 2012 -0500 |
committer | Mike Funk <mfunk@xulonpress.com> | Thu Feb 23 15:07:21 2012 -0500 |
tree | c034406cd1eefdfdecfc22ff3c7086a92efa3c67 | |
parent | c15e17c3fe6110a4e08a56cde3514c02359fe080 [diff] |
removed active_rec change.
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 429f651..4247351 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -988,7 +988,7 @@ */ public function limit($value, $offset = NULL) { - $this->ar_limit = $value; + $this->ar_limit = (int) $value; if ( ! is_null($offset)) {