fixed some foreach problems with if tests
authorjungwirr <jungwirr>
Wed, 15 Oct 2003 14:34:50 +0000 (14:34 +0000)
committerjungwirr <jungwirr>
Wed, 15 Oct 2003 14:34:50 +0000 (14:34 +0000)
mod/attendance/version.php

index 27ba381e34896a86d21a2d715452bdb830713448..67d52e2fe2c8742d98e0fb2cf6d474b31df8598b 100644 (file)
@@ -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)
 
 ?>