Index: openacs-4/packages/project-manager/tcl/task-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/tcl/task-procs.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/project-manager/tcl/task-procs.tcl 24 Jul 2007 04:11:55 -0000 1.29 +++ openacs-4/packages/project-manager/tcl/task-procs.tcl 24 Jul 2007 04:14:13 -0000 1.30 @@ -1413,7 +1413,7 @@ # also don't send reminders on weekends. set today_j [db_string get_today "select to_char(current_timestamp,'J')"] - if { ![string equal [pm::project::julian_to_day_of_week $today_j] 2] } { + if { ![string equal [pm::project::julian_to_day_of_week $today_j] 1] } { ns_log Notice "SendDailyEmail will not be used today for not lead updates since it is not monday" return }