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:
b354930
)
Removed double info about no attendance records
author
Artem Andreev
<andreev.artem@gmail.com>
Sat, 10 Jul 2010 13:02:45 +0000
(17:02 +0400)
committer
Artem Andreev
<andreev.artem@gmail.com>
Sat, 10 Jul 2010 13:02:45 +0000
(17:02 +0400)
locallib.php
patch
|
blob
|
history
diff --git
a/locallib.php
b/locallib.php
index
8022259
..
742d609
100644
(file)
--- a/
locallib.php
+++ b/
locallib.php
@@
-304,8
+304,6
@@
function print_user_attendaces($user, $cm, $course = 0, $printing = null) {
<?php
}
echo '</table>';
- } else {
- print_heading(get_string('noattforuser','attforblock'));
}
}
echo '</td></tr><tr><td> </td></tr></table></div>';