Completed
Push — master ( 411be6...041992 )
by Jesus
03:50
created
view.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -276,6 +276,9 @@  discard block
 block discarded – undo
276 276
     $PAGE->requires->js_init_call('M.mod_bigbluebuttonbn.view_init', array(), false, $jsmodule);
277 277
 }
278 278
 
279
+/**
280
+ * @param boolean $showrecordings
281
+ */
279 282
 function bigbluebuttonbn_view_show_rooms($bbbsession, $activity, $showrecordings, &$jsvars)
280 283
 {
281 284
     global $OUTPUT;
@@ -321,6 +324,10 @@  discard block
 block discarded – undo
321 324
     return $output;
322 325
 }
323 326
 
327
+/**
328
+ * @param boolean $showroom
329
+ * @param string[] $jsdependences
330
+ */
324 331
 function bigbluebuttonbn_view_show_recordings($bbbsession, $showroom, &$jsvars, &$jsdependences)
325 332
 {
326 333
 
Please login to merge, or discard this patch.