projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857e0df
)
fixed some foreach problems with if tests
author
jungwirr
<jungwirr>
Wed, 15 Oct 2003 14:34:50 +0000
(14:34 +0000)
committer
jungwirr
<jungwirr>
Wed, 15 Oct 2003 14:34:50 +0000
(14:34 +0000)
mod/attendance/version.php
patch
|
blob
|
history
diff --git
a/mod/attendance/version.php
b/mod/attendance/version.php
index 27ba381e34896a86d21a2d715452bdb830713448..67d52e2fe2c8742d98e0fb2cf6d474b31df8598b 100644
(file)
--- 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 = 200309250
0
; // The current module version (Date: YYYYMMDDXX)
+$module->version = 200309250
1
; // The current module version (Date: YYYYMMDDXX)
$module->cron = 3600; // Period for cron to check this module (secs)
?>