Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -N -r1.49.2.2 -r1.49.2.3 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 10 Aug 2019 18:27:03 -0000 1.49.2.2 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 24 Nov 2019 11:21:49 -0000 1.49.2.3 @@ -1209,15 +1209,17 @@ } } -# SQL for this proc is nowhere to be found, therefore I comment it -# out. +# +# The SQL query for this proc is nowhere to be found, therefore, it is +# commented out. +# # ad_proc -public evaluation::enable_due_date { # {-task_id} # } { # } { # set enable_p 0 # set enable_p [db_string enable {} -default 1] - +# # if {$enable_p > 1} { # set enable_p 0 # }