diff options
Diffstat (limited to 'ratatoeskr/sys')
-rw-r--r-- | ratatoeskr/sys/models.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 892fd2e..b488ebf 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -182,10 +182,10 @@ class User } /* - * Function: all_users + * Function: all * Returns array of all available users. */ - public static function all_users() + public static function all() { $rv = array(); @@ -370,10 +370,10 @@ class Group } /* - * Function: all_groups + * Function: all * Returns array of all groups */ - public static function all_groups() + public static function all() { $rv = array(); |