--- db/prgsrc/updateindex.pl 2000/10/19 01:56:44 1.4 +++ db/prgsrc/updateindex.pl 2000/10/19 03:05:18 1.5 @@ -39,7 +39,7 @@ createindex.pl(1) Boris Veytsman -=head1 $Id: updateindex.pl,v 1.4 2000/10/19 01:56:44 boris Exp $ +=head1 $Id: updateindex.pl,v 1.5 2000/10/19 03:05:18 boris Exp $ =cut @@ -146,6 +146,7 @@ sub CheckId { $sth = $dbh->prepare("UPDATE Tournaments SET FileName=$filename WHERE Id=$Id"); + $sth->execute or die $dbh->errstr; } return $Id; }