|
@@ -2594,7 +2594,7 @@ |
|
|
block discarded – undo |
|
2594
|
2594
|
* @param int $start Which item to start with (for pagination purposes) |
|
2595
|
2595
|
* @param int $items_per_page How many items to show on each page |
|
2596
|
2596
|
* @param string $sort A string indicating how to sort the results |
|
2597
|
|
- * @param int $memID The ID of the member |
|
|
2597
|
+ * @param string $memID The ID of the member |
|
2598
|
2598
|
* @return array An array of information about the user's group requests |
|
2599
|
2599
|
*/ |
|
2600
|
2600
|
function list_getGroupRequests($start, $items_per_page, $sort, $memID) |
Please login to merge, or discard this patch.