Author: joeyh
Date: 2005-06-20 04:38:07 +0000 (Mon, 20 Jun 2005)
New Revision: 1244
Modified:
data/checklist
Log:
add missing params
Modified: data/checklist
==================================================================---
data/checklist 2005-06-20 04:07:52 UTC (rev 1243)
+++ data/checklist 2005-06-20 04:38:07 UTC (rev 1244)
@@ -116,7 +116,7 @@
}
if (grep { $_ eq ''unfixed'' || $_ eq
''pending'' } @notes) {
- record($package, join("; ", @notes), $id, $urgency);
+ record($package, ''(''.join("; ",
@notes).'')'', $id, $urgency);
$unfixed++;
}
else {