From 01764a26a2154993549d651863c6042c36b65820 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 22 Nov 2006 16:05:51 +0000 Subject: [PATCH] Minor fixups of POD and code. --- lib/WebGUI/Workflow.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/WebGUI/Workflow.pm b/lib/WebGUI/Workflow.pm index 1b837cefd..7ea856a1f 100644 --- a/lib/WebGUI/Workflow.pm +++ b/lib/WebGUI/Workflow.pm @@ -115,7 +115,6 @@ sub delete { } $self->session->db->deleteRow("Workflow","workflowId",$self->getId); - $self = undef; } #------------------------------------------------------------------- @@ -277,7 +276,7 @@ sub getId { =head2 getList ( session, [ type ] ) -Returns a hash reference of workflowId/title pairs of all the workflows defined in the system. This is a class method. Note that this will not return anything that is disabled. +Returns a hash reference of workflowId/title pairs of all enabled workflows. This is a class method. =head3 session