Update to CodeIgniter 2.1.0
This commit is contained in:
2
system/database/drivers/mysql/mysql_utility.php
Executable file → Normal file
2
system/database/drivers/mysql/mysql_utility.php
Executable file → Normal file
@@ -96,7 +96,7 @@ class CI_DB_mysql_utility extends CI_DB_utility {
|
||||
}
|
||||
|
||||
// Get the table schema
|
||||
$query = $this->db->query("SHOW CREATE TABLE `".$this->db->database.'`.'.$table);
|
||||
$query = $this->db->query("SHOW CREATE TABLE `".$this->db->database.'`.`'.$table.'`');
|
||||
|
||||
// No result means the table name was invalid
|
||||
if ($query === FALSE)
|
||||
|
||||
Reference in New Issue
Block a user