Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs.

This commit is contained in:
tjhunt
2006-05-17 16:47:44 +00:00
parent 9bd76b32f3
commit 450a0a7db7
24 changed files with 73 additions and 78 deletions
+2 -2
View File
@@ -846,7 +846,7 @@ function stats_fix_zeros($stats,$timeafter,$timestr,$line2=true,$line3=false) {
$timestr = str_replace('user_','',$timestr); // just in case.
$fun = 'stats_get_base_'.$timestr;
$now = $fun();
$times = array();
@@ -907,7 +907,7 @@ function stats_check_uptodate($courseid=0) {
global $CFG;
if (empty($courseid)) {
$courseid = SITEID;
$courseid = SITEID;
}
$latestday = stats_get_start_from('daily');