Update to CodeIgniter 2.1.0
This commit is contained in:
0
system/database/drivers/odbc/index.html
Executable file → Normal file
0
system/database/drivers/odbc/index.html
Executable file → Normal file
5
system/database/drivers/odbc/odbc_driver.php
Executable file → Normal file
5
system/database/drivers/odbc/odbc_driver.php
Executable file → Normal file
@@ -48,9 +48,9 @@ class CI_DB_odbc_driver extends CI_DB {
|
||||
var $_random_keyword;
|
||||
|
||||
|
||||
function CI_DB_odbc_driver($params)
|
||||
function __construct($params)
|
||||
{
|
||||
parent::CI_DB($params);
|
||||
parent::__construct($params);
|
||||
|
||||
$this->_random_keyword = ' RND('.time().')'; // database specific random keyword
|
||||
}
|
||||
@@ -339,6 +339,7 @@ class CI_DB_odbc_driver extends CI_DB {
|
||||
}
|
||||
|
||||
$row = $query->row();
|
||||
$this->_reset_select();
|
||||
return (int) $row->numrows;
|
||||
}
|
||||
|
||||
|
||||
0
system/database/drivers/odbc/odbc_forge.php
Executable file → Normal file
0
system/database/drivers/odbc/odbc_forge.php
Executable file → Normal file
0
system/database/drivers/odbc/odbc_result.php
Executable file → Normal file
0
system/database/drivers/odbc/odbc_result.php
Executable file → Normal file
0
system/database/drivers/odbc/odbc_utility.php
Executable file → Normal file
0
system/database/drivers/odbc/odbc_utility.php
Executable file → Normal file
Reference in New Issue
Block a user