]> git.mjollnir.org Git - moodle.git/commitdiff
Corrected bug in SQL for workshop_comments table
authorrkingdon <rkingdon>
Fri, 9 May 2003 22:13:03 +0000 (22:13 +0000)
committerrkingdon <rkingdon>
Fri, 9 May 2003 22:13:03 +0000 (22:13 +0000)
mod/workshop/db/mysql.sql

index a78f8111dc39d525bfeccacd83fa3d8bbd5e732f..e1b98a755ccff6887e40dd2be80642d819e5b8bd 100644 (file)
@@ -111,7 +111,7 @@ CREATE TABLE `prefix_workshop_grades` (
 # Table structure for table `workshop_comments`
 #
 
-CREATE TABLE `{$CFG->prefix}workshop_comments` (
+CREATE TABLE `prefix_workshop_comments` (
   `id` int(10) unsigned NOT NULL auto_increment,
   `workshopid` int(10) unsigned NOT NULL default '0', 
   `assessmentid` int(10) unsigned NOT NULL default '0',