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 45f17e8ec..dea705054 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -407,8 +407,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()) |