some bug fixes

This commit is contained in:
JT Smith 2006-02-14 17:20:11 +00:00
parent 9fff19cd57
commit 121455ee70
5 changed files with 27 additions and 9 deletions

View file

@ -201,6 +201,7 @@ If specified this will limit the list to a certain type of workflow based upon t
=cut
sub getList {
my $class = shift;
my $session = shift;
my $type = shift;
my $sql = "select workflowId, title from Workflow";