--- db/prgsrc/updatedb.pl 2003/04/14 20:06:59 1.36 +++ db/prgsrc/updatedb.pl 2004/01/07 14:31:31 1.37 @@ -28,7 +28,7 @@ The database, user and password are hard Dmitry Rubinstein -=head1 $Id: updatedb.pl,v 1.36 2003/04/14 20:06:59 roma7 Exp $ +=head1 $Id: updatedb.pl,v 1.37 2004/01/07 14:31:31 boris Exp $ =cut @@ -372,6 +372,14 @@ MAIN: next; } + + if ($key =~ /Зач[её]т/) { + &UpdateQuestion($dbh, $QuestionId, "PassCriteria", $value); + next; + } + + + if ($key =~ /Комментари/) { &UpdateQuestion($dbh, $QuestionId, "Comments", $value); next;