Update to CodeIgniter 2.1.0
This commit is contained in:
0
system/database/drivers/mssql/index.html
Executable file → Normal file
0
system/database/drivers/mssql/index.html
Executable file → Normal file
1
system/database/drivers/mssql/mssql_driver.php
Executable file → Normal file
1
system/database/drivers/mssql/mssql_driver.php
Executable file → Normal file
@@ -367,6 +367,7 @@ class CI_DB_mssql_driver extends CI_DB {
|
||||
}
|
||||
|
||||
$row = $query->row();
|
||||
$this->_reset_select();
|
||||
return (int) $row->numrows;
|
||||
}
|
||||
|
||||
|
||||
0
system/database/drivers/mssql/mssql_forge.php
Executable file → Normal file
0
system/database/drivers/mssql/mssql_forge.php
Executable file → Normal file
0
system/database/drivers/mssql/mssql_result.php
Executable file → Normal file
0
system/database/drivers/mssql/mssql_result.php
Executable file → Normal file
0
system/database/drivers/mssql/mssql_utility.php
Executable file → Normal file
0
system/database/drivers/mssql/mssql_utility.php
Executable file → Normal file
Reference in New Issue
Block a user