Bug 4083 subroutine HasItems needs to be exported

Calls to the unexported subroutine result in system error

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Colin Campbell 2010-02-01 11:27:44 +00:00 committed by Galen Charlton
parent ef8c349c2c
commit 77b7924a42

View file

@ -56,6 +56,7 @@ BEGIN {
&reorder_members
&check_routing &updateClaim &removeMissingIssue
&CountIssues
HasItems
);
}