mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Duh. More spurious output squashed.
This commit is contained in:
parent
9532c34e00
commit
5c5dfee259
1 changed files with 0 additions and 1 deletions
|
@ -887,7 +887,6 @@ function calculate_user_dst_table() {
|
||||||
if(empty($USER->dstoffsets)) {
|
if(empty($USER->dstoffsets)) {
|
||||||
$USER->dstoffsets = array(0 => NULL);
|
$USER->dstoffsets = array(0 => NULL);
|
||||||
foreach($presetrecords as $presetrecord) {
|
foreach($presetrecords as $presetrecord) {
|
||||||
print_object("calc changes");
|
|
||||||
$changes = dst_changes_for_year($presetrecord->year, $presetrecord);
|
$changes = dst_changes_for_year($presetrecord->year, $presetrecord);
|
||||||
|
|
||||||
if($changes === NULL) {
|
if($changes === NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue