mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Merge branch 'wip-MDL-28352-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
9c690979c2
@ -1199,7 +1199,7 @@ class html_writer {
|
||||
$timeunits[$i] = userdate(gmmktime(12,0,0,$i,15,2000), "%B");
|
||||
}
|
||||
$userdatetype = 'month';
|
||||
$currentdate['month'] = $currentdate['mon'];
|
||||
$currentdate['month'] = (int)$currentdate['mon'];
|
||||
break;
|
||||
case 'days':
|
||||
for ($i=1; $i<=31; $i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user