Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.23 -r1.140.2.24 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Feb 2016 10:12:45 -0000 1.140.2.23 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 1 Mar 2016 07:30:09 -0000 1.140.2.24 @@ -3289,30 +3289,6 @@ return $max } -# usage: -# suppose the variable is called "expiration_date" -# put "[ad_dateentrywidget expiration_date]" in your form -# and it will expand into lots of weird generated var names -# put ns_dbformvalue [ns_getform] expiration_date date expiration_date -# and whatever the user typed will be set in $expiration_date - -proc ad_dateentrywidget {column {default_date "1940-11-03"}} { - if {[ns_info name] ne "NaviServer"} { - ns_share NS - } else { - set NS(months) [list January February March April May June \ - July August September October November December] - } - set output "  " - - return [ns_dbformvalueput $output $column date $default_date] -} - ad_proc -public util_ns_set_to_list { {-set:required} } {