--- db/prgsrc/updatedb.pl 2004/01/10 21:07:38 1.38 +++ db/prgsrc/updatedb.pl 2004/01/11 00:14:32 1.39 @@ -28,7 +28,7 @@ The database, user and password are hard Dmitry Rubinstein -=head1 $Id: updatedb.pl,v 1.38 2004/01/10 21:07:38 boris Exp $ +=head1 $Id: updatedb.pl,v 1.39 2004/01/11 00:14:32 boris Exp $ =cut @@ -387,7 +387,7 @@ MAIN: if ($key =~ /÷ÉÄ/) { if ($value =~ /^\s*ä\s*$/) {#Questions ä are really þä... - $value = "äþ"; + $value = "þä"; } &UpdateQuestion($dbh, $QuestionId, "Type", $value); next;