Skip to content

Commit

Permalink
Typo fixes around pollquestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jun 22, 2004
1 parent f177fe0 commit c9fb03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/convertDBto200406
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ CREATE TABLE pollquestions_new (
PRIMARY KEY (qid)
) TYPE=InnoDB;
INSERT INTO pollquestions_new(qid,question,voters,topic,discussion,date,uid,section,autopoll,flags,polltype) SELECT qid, question, voters, topic, discussion, date, uid, section, autopoll, flags, polltype);
INSERT INTO pollquestions_new (qid,question,voters,topic,discussion,date,uid,section,autopoll,flags,polltype) SELECT qid, question, voters, topic, discussion, date, uid, section, autopoll, flags, polltype FROM pollquestions;
EOT

for my $skid (sort { $a <=> $b } keys %skins) {
Expand Down

0 comments on commit c9fb03e

Please sign in to comment.