@@ -241,7 +241,6 @@ discard block |
||
241 | 241 | |
242 | 242 | /** |
243 | 243 | * Prints single activity item prepared by {@see recordingsbn_get_recent_mod_activity()} |
244 | - |
|
245 | 244 | * @return void |
246 | 245 | */ |
247 | 246 | function bigbluebuttonbn_print_recent_mod_activity($activity, $courseid, $detail, $modnames, $viewfullnames) { |
@@ -362,9 +361,9 @@ discard block |
||
362 | 361 | $now = time(); |
363 | 362 | if ( $bigbluebuttonbn->openingtime and (!$bigbluebuttonbn->closingtime or $bigbluebuttonbn->closingtime > $now)) { // A bigbluebuttonbn is scheduled. |
364 | 363 | $str = '<div class="bigbluebuttonbn overview"><div class="name">'. |
365 | - $strbigbluebuttonbn.': <a '.($bigbluebuttonbn->visible ? '' : ' class="dimmed"'). |
|
366 | - ' href="'.$CFG->wwwroot.'/mod/bigbluebuttonbn/view.php?id='.$bigbluebuttonbn->coursemodule.'">'. |
|
367 | - $bigbluebuttonbn->name.'</a></div>'; |
|
364 | + $strbigbluebuttonbn.': <a '.($bigbluebuttonbn->visible ? '' : ' class="dimmed"'). |
|
365 | + ' href="'.$CFG->wwwroot.'/mod/bigbluebuttonbn/view.php?id='.$bigbluebuttonbn->coursemodule.'">'. |
|
366 | + $bigbluebuttonbn->name.'</a></div>'; |
|
368 | 367 | if ( $bigbluebuttonbn->openingtime > $now ) { |
369 | 368 | $str .= '<div class="info">'.get_string('starts_at', 'bigbluebuttonbn').': '.userdate($bigbluebuttonbn->openingtime).'</div>'; |
370 | 369 | } else { |