--- db/prgsrc/updatedb.pl 2000/11/11 00:30:06 1.17 +++ db/prgsrc/updatedb.pl 2000/11/11 03:58:59 1.18 @@ -22,7 +22,7 @@ The database, user and password are hard Dmitry Rubinstein -=head1 $Id: updatedb.pl,v 1.17 2000/11/11 00:30:06 boris Exp $ +=head1 $Id: updatedb.pl,v 1.18 2000/11/11 03:58:59 boris Exp $ =cut @@ -201,7 +201,7 @@ sub GetTours { sub CreateTour { my ($dbh,$title,$ParentId,$TourNum,$rh_defaults)=@_; my $sth = $dbh->prepare("INSERT INTO Tournaments - (Title, Type, ParentId, TourNum) + (Title, Type, ParentId, Number) VALUES ($title, 'ô', $ParentId, $TourNum)"); $sth->execute; my $TourId = $sth->{mysql_insertid};