projects
/
moodle-mod_attendance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df1e8b
)
On Report page untaken students sessions now appear as "?" (not "-")
author
Artem Andreev
<andreev.artem@gmail.com>
Sat, 20 Nov 2010 11:25:57 +0000
(14:25 +0300)
committer
Artem Andreev
<andreev.artem@gmail.com>
Sat, 20 Nov 2010 11:25:57 +0000
(14:25 +0300)
report.php
patch
|
blob
|
history
diff --git
a/report.php
b/report.php
index
70088f4
..
9b755b2
100644
(file)
--- a/
report.php
+++ b/
report.php
@@
-166,7
+166,7
@@
if ($sessdata->groupid && !$studgroups[$sessdata->groupid])
$table->data[$student->id][] = '';
else
- $table->data[$student->id][] = '
-
';
+ $table->data[$student->id][] = '
?
';
}
}
foreach($statuses as $st) {