fixed syntax error
This commit is contained in:
parent
a1925f2dde
commit
a9a723be0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue