Archived
1
0

Correctly lc project_id

This commit is contained in:
Mercier Pierre-Olivier 2013-09-12 13:07:11 +02:00
parent 745be49652
commit 41e58705d1

View File

@ -98,7 +98,7 @@ sub tag_project
$project_id .= "-" . $_[1];
}
lc $project_id;
$project_id = lc $project_id;
$project_id =~ s/[^a-z0-9-_]/_/g;
my $year;