From 3b336e56a457bb3a8dd0a28ead2dc9bfe86b9073 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 5 Jun 2007 03:12:45 +0000 Subject: [PATCH] fix the Workflow help from the singleton/serial mode change --- lib/WebGUI/Help/Workflow.pm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/WebGUI/Help/Workflow.pm b/lib/WebGUI/Help/Workflow.pm index 9fedf07e9..48a02d2e5 100644 --- a/lib/WebGUI/Help/Workflow.pm +++ b/lib/WebGUI/Help/Workflow.pm @@ -74,13 +74,8 @@ our $HELP = { namespace => 'Workflow', }, { - title => 'is singleton', - description => 'is singleton help', - namespace => 'Workflow', - }, - { - title => 'is serial', - description => 'is serial help', + title => 'mode', + description => 'mode help', namespace => 'Workflow', }, ],