Skip Menu |

This queue is for tickets about the CGI-Uploader CPAN distribution.

Report information
The Basics
Id: 40907
Status: resolved
Priority: 0/
Queue: CGI-Uploader

People
Owner: MARKSTOS [...] cpan.org
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.15
Fixed in: (no value)



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.
Thanks, to be released shortly.