Revision 7819
Added by ben leinfelder over 11 years ago
register-dataset.cgi | ||
---|---|---|
1208 | 1208 |
# Excel upload results in 'dataTable' in this field |
1209 | 1209 |
my $entityType = 'Other'; |
1210 | 1210 |
|
1211 |
# remove the uniqueness of the filename |
|
1212 |
# 'tempXXXXX' |
|
1213 |
$cleanName = substr($cleanName, 9); |
|
1214 |
|
|
1211 | 1215 |
my %dataInfo = ( |
1212 | 1216 |
'docid' => $docid, |
1213 | 1217 |
'entityid' => $entityid, |
Also available in: Unified diff
remove the unique string when generating data file metadata. https://projects.ecoinformatics.org/ecoinfo/issues/6007