]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11455 renamed function I just added, to make it more consistent (sorry)
authorsam_marshall <sam_marshall>
Wed, 26 Sep 2007 11:19:41 +0000 (11:19 +0000)
committersam_marshall <sam_marshall>
Wed, 26 Sep 2007 11:19:41 +0000 (11:19 +0000)
lib/grouplib.php

index fe58b54e71b65eed4f65e0d2aca74d7e9d0f7f9d..012db058ef9e78748e15a4994f2764a49fafe67b 100644 (file)
@@ -537,7 +537,7 @@ function groups_get_activity_group($cm, $update=false) {
  * @param int $userid User ID (defaults to current user)
  * @return array An array of group objects, or false if none
  */
-function groups_get_allowed_groups($cm,$userid=0) {
+function groups_get_activity_allowed_groups($cm,$userid=0) {
     // Use current user by default
     global $USER;
     if(!$userid) {