Completed
Push — master ( ef28c1...9aefdf )
by Jesus
02:33
created
lib.php 1 patch
Indentation   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -241,7 +241,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 {
Please login to merge, or discard this patch.