Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected typo.
  • Loading branch information
rkingdon committed Feb 26, 2004
1 parent 394c97c commit c4f1734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/db/mysql.sql
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE `prefix_lesson_answers` (
`answer` text NOT NULL default '',
`response` text NOT NULL default '',
PRIMARY KEY (`id`),
KEY {`pageid`)
KEY (`pageid`)
) COMMENT='Defines lesson_answers';
# --------------------------------------------------------

Expand Down

0 comments on commit c4f1734

Please sign in to comment.