jeffd
committed
on 13 Sep 02
fix calls to empty_string_p with missing $
openacs-4/.../admin/wizard/tasks.tcl (+2 -2)
1 1 ad_page_contract {
2 2     Second stage of workflow definition.
3 3     Add tasks.
4 4
5 5     @author Matthew Burke (mburke@arsdigita.com)
6 6     @creation-date 29 August 2000
7 7     @cvs-id $Id$
8 8 } -properties {
9 9     workflow_name
10 10     tasks:multirow
11 11 }
12 12
13 13 set workflow_name [ad_get_client_property wf workflow_name]
14 14
15 15 if { [empty_string_p $workflow_name] } {
16 16     ad_returnredirect ""
17       return
  17     ad_script_abort
18 18 }
19 19
20 20 wf_wizard_massage_tasks [ad_get_client_property wf tasks] "" "" tasks
21 21
22 22 set context [list [list "" "Simple Process Wizard"] "Tasks"]
23 23
24 24 ad_return_template