Solved one small typo with prefix.. :-)

This commit is contained in:
stronk7 2003-11-27 22:57:18 +00:00
parent fe27d33f4f
commit 3968be8fce

View File

@ -71,7 +71,7 @@ function backup_upgrade($oldversion=0) {
}
if ($oldversion < 2003112700 and $result) {
$result = execute_sql("CREATE TABLE `prefix_backup_config` (
$result = execute_sql("CREATE TABLE `{$CFG->prefix}backup_config` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`value` varchar(255) NOT NULL default '',