Completed
Pull Request — gcconnex (#1531)
by Nick
21:05 queued 04:26
created
mod/gcforums/start.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -574,6 +574,10 @@
 block discarded – undo
574 574
 
575 575
 
576 576
 /// recursively go through the nested forums to create the breadcrumb
577
+/**
578
+ * @param integer $forum_guid
579
+ * @param integer $recurse_forum_guid
580
+ */
577 581
 function assemble_nested_forums($breadcrumb, $forum_guid, $recurse_forum_guid)
578 582
 {
579 583
 	$entity = get_entity($recurse_forum_guid);
Please login to merge, or discard this patch.