Small typo. ;-)

This commit is contained in:
stronk7 2006-08-22 21:44:07 +00:00
parent e9ad37edc2
commit 8792c16589

View file

@ -69,7 +69,7 @@ CREATE TABLE prefix_quiz_feedback (
mingrade double NOT NULL default '0', mingrade double NOT NULL default '0',
maxgrade double NOT NULL default '0', maxgrade double NOT NULL default '0',
PRIMARY KEY (id), PRIMARY KEY (id),
KEY quizid (quizid), KEY quizid (quizid)
) TYPE=MyISAM COMMENT='Feedback given to students based on their overall score on the test'; ) TYPE=MyISAM COMMENT='Feedback given to students based on their overall score on the test';
-- -------------------------------------------------------- -- --------------------------------------------------------