diff options
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r-- | system/database/DB_driver.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index d3359e13e..9347ce3e1 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -393,8 +393,6 @@ abstract class CI_DB_driver { $driver = $this->load_rdriver(); $RES = new $driver($this); - $RES->num_rows = $RES->num_rows(); - // Is query caching enabled? If so, we'll serialize the // result object and save it to a cache file. if ($this->cache_on == TRUE && $this->_cache_init()) |