Update to CodeIgniter 2.1.0
This commit is contained in:
1
system/database/drivers/postgre/postgre_driver.php
Executable file → Normal file
1
system/database/drivers/postgre/postgre_driver.php
Executable file → Normal file
@@ -385,6 +385,7 @@ class CI_DB_postgre_driver extends CI_DB {
|
||||
}
|
||||
|
||||
$row = $query->row();
|
||||
$this->_reset_select();
|
||||
return (int) $row->numrows;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user