Index: openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/task-add-edit.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 1 Aug 2003 20:51:04 -0000 1.4 +++ openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 2 Aug 2003 00:26:28 -0000 1.5 @@ -1,6 +1,6 @@ ad_page_contract { - Simple add/edit form for tasks + Add/edit form for tasks @author jader@bread.com @creation-date 2003-07-28 @@ -62,7 +62,11 @@ template::multirow append num $i } -set user_id [ad_maybe_redirect_for_registration] +#if {[info exists start_date]} { +# for {set i 1} {$i <= $number} {incr i} { +# ns_log Notice "Start_date: $start_date($i)" +# } +#} # the unique identifier for this package set package_id [ad_conn package_id] @@ -96,8 +100,6 @@ {value $number} } -} -select_query { - } -on_submit { set user_id [ad_conn user_id]