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:
0b1fc69
)
Fixed bug with report displaying
author
Artem Andreev
<andreev.artem@gmail.com>
Sat, 23 Jul 2011 12:38:16 +0000
(16:38 +0400)
committer
Artem Andreev
<andreev.artem@gmail.com>
Sat, 23 Jul 2011 12:38:16 +0000
(16:38 +0400)
renderhelpers.php
patch
|
blob
|
history
diff --git
a/renderhelpers.php
b/renderhelpers.php
index
3213971
..
7f8ec4c
100644
(file)
--- a/
renderhelpers.php
+++ b/
renderhelpers.php
@@
-94,6
+94,11
@@
class user_sessions_cells_generator {
class user_sessions_cells_html_generator extends user_sessions_cells_generator {
private $cell;
+ protected function construct_existing_status_cell($text) {
+ $this->close_open_cell_if_needed();
+ $this->cells[] = $text;
+ }
+
protected function construct_hidden_status_cell($text) {
$this->cells[] = html_writer::tag('s', $text);
}