From 7386d3d88670fb753070aa59a0532eebc7a9142a Mon Sep 17 00:00:00 2001 From: jungwirr Date: Wed, 15 Oct 2003 14:34:50 +0000 Subject: [PATCH] fixed some foreach problems with if tests --- mod/attendance/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/attendance/version.php b/mod/attendance/version.php index 27ba381e34..67d52e2fe2 100644 --- a/mod/attendance/version.php +++ b/mod/attendance/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003092500; // The current module version (Date: YYYYMMDDXX) +$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX) $module->cron = 3600; // Period for cron to check this module (secs) ?> -- 2.39.5