From a3a4cd3ed65802e371c5a7c0d0ebee84b8205f6c Mon Sep 17 00:00:00 2001 From: rkingdon Date: Fri, 9 May 2003 22:13:03 +0000 Subject: [PATCH] Corrected bug in SQL for workshop_comments table --- mod/workshop/db/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/workshop/db/mysql.sql b/mod/workshop/db/mysql.sql index a78f8111dc..e1b98a755c 100644 --- a/mod/workshop/db/mysql.sql +++ b/mod/workshop/db/mysql.sql @@ -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', -- 2.39.5