From: stronk7 Date: Thu, 27 Nov 2003 22:57:18 +0000 (+0000) Subject: Solved one small typo with prefix.. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3968be8fce47e271decc160ffdf2ae7dce0cbe90;p=moodle.git Solved one small typo with prefix.. :-) --- diff --git a/backup/db/mysql.php b/backup/db/mysql.php index 73bd0a2285..7ccef2de67 100644 --- a/backup/db/mysql.php +++ b/backup/db/mysql.php @@ -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 '',