I had left some uncommented debug output in there. Comments back on.

This commit is contained in:
defacer 2005-03-23 04:02:21 +00:00
parent 733191ab83
commit 9532c34e00

View File

@ -906,8 +906,8 @@ function calculate_user_dst_table() {
}
}
print_object($presetrecords);
print_object($USER->dstoffsets);
//print_object($presetrecords);
//print_object($USER->dstoffsets);
return true;
}