@@ -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) { |
@@ -361,9 +360,9 @@ discard block |
||
361 | 360 | foreach ($bigbluebuttonbns as $bigbluebuttonbn) { |
362 | 361 | if ($bigbluebuttonbn->openingtime and $bigbluebuttonbn->closingtime) { // A bigbluebuttonbn is scheduled. |
363 | 362 | $str = '<div class="bigbluebuttonbn overview"><div class="name">'. |
364 | - $strbigbluebuttonbn.': <a '.($bigbluebuttonbn->visible ? '' : ' class="dimmed"'). |
|
365 | - ' href="'.$CFG->wwwroot.'/mod/bigbluebuttonbn/view.php?id='.$bigbluebuttonbn->coursemodule.'">'. |
|
366 | - $bigbluebuttonbn->name.'</a></div>'; |
|
363 | + $strbigbluebuttonbn.': <a '.($bigbluebuttonbn->visible ? '' : ' class="dimmed"'). |
|
364 | + ' href="'.$CFG->wwwroot.'/mod/bigbluebuttonbn/view.php?id='.$bigbluebuttonbn->coursemodule.'">'. |
|
365 | + $bigbluebuttonbn->name.'</a></div>'; |
|
367 | 366 | $str .= '<div class="info">'.$strnextsession.': '.userdate($bigbluebuttonbn->openingtime).'</div></div>'; |
368 | 367 | |
369 | 368 | if (empty($htmlarray[$bigbluebuttonbn->course]['bigbluebuttonbn'])) { |