Completed
Push — master ( 0f1932...08f511 )
by Jesus
150:07 queued 141:41
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) {
@@ -361,9 +360,9 @@  discard block
 block discarded – undo
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'])) {
Please login to merge, or discard this patch.