Index: openacs-4/packages/survey/www/admin/survey-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/survey-toggle.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/survey/www/admin/survey-toggle.tcl 27 Oct 2014 16:41:59 -0000 1.4 +++ openacs-4/packages/survey/www/admin/survey-toggle.tcl 14 Jun 2015 00:49:36 -0000 1.5 @@ -2,16 +2,16 @@ Survey,-toggle.tcl will toggle (ie - enable or disable) a single survey. @param section_id survey we're toggling - @param enabled_p flag describing original state of survey - @param target URL where we will be redirected to after toggling + @param enabled_p flag describing original state of survey + @param target URL where we will be redirected to after toggling @author raj@alum.mit.edu @author nstrug@arsdigita.com @date February 9, 2000 @cvs-id $Id$ } { survey_id:naturalnum,notnull - enabled_p + enabled_p:boolean {target "./"} }