fixed syntax error

This commit is contained in:
Colin Kuskie 2004-12-30 00:06:50 +00:00
parent a1925f2dde
commit a9a723be0b

View file

@ -365,7 +365,7 @@ while (my $data = $sth->hashRef) {
quote($data->{fileTitle}).", ".quote(fixUrl($newId,$wobjectUrl.'/'.$data->{$field})).",
".quote($wobject->{startDate}).", ".quote($wobject->{endDate}).", 1, ".quote($ownerId).",
".quote($data->{groupToView}).", ".quote($groupIdEdit).", ".quote($data->{briefSynopsis}).")");
$collateralCache{$data->{collateralId}) = $collateralId;
$collateralCache{$data->{collateralId}} = $collateralId;
$rank++;
}