fixed typo

This commit is contained in:
skodak
2005-01-10 21:32:44 +00:00
parent ae68eb9c15
commit 577f51902e
+1 -1
View File
@@ -92,7 +92,7 @@ CREATE TABLE prefix_quiz_categories (
publish integer NOT NULL default '0',
stamp varchar(255) NOT NULL default '',
parent integer NOT NULL default '0',
sortorder integer NOT NULL default '999',
sortorder integer NOT NULL default '999'
);
CREATE INDEX prefix_quiz_categories_course_idx ON prefix_quiz_categories (course);