Subject: | Hard-coded column name 'upload_id' |
In sub store_meta(), this line:
$copy{upload_id} = $id
hard-codes the column name. The line should be:
$copy{$map->{upload_id} } = $id
in order to use the caller's name for the column.
This queue is for tickets about the CGI-Uploader CPAN distribution.
The Basics
People
|
Bug Information
|