Index: openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl,v diff -u -N -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 4 Sep 2019 17:38:04 -0000 1.6.2.1 +++ openacs-4/packages/acs-admin/tcl/test/acs-admin-procs.tcl 4 Sep 2019 17:45:17 -0000 1.6.2.2 @@ -45,7 +45,8 @@ aa_true "Expired certificates have been found. Need to send an email." \ [nsv_get __acs_admin_get_expired_certificates email_sent_p] } else { - aa_log "No expired certificates... Nothing to do." + aa_false "No expired certificates... Nothing to do." \ + [nsv_get __acs_admin_get_expired_certificates email_sent_p] } nsv_unset __acs_admin_get_expired_certificates