backup.php syntax error
Posted: Sun Oct 04, 2009 7:23 pm
please correct this line (16) at admin/model/tool/backup.php file to this ->
$table_query = $this->db->query("SHOW TABLES FROM `" . DB_DATABASE . "`");
there's an extra ' after the TABLES FROM .
thanx!
keep it up!nice work!
$table_query = $this->db->query("SHOW TABLES FROM `" . DB_DATABASE . "`");
there's an extra ' after the TABLES FROM .
thanx!
keep it up!nice work!