From 9162586f7124b09b3e4192a11dbda41659d4f519 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 1 Dec 2011 13:43:30 +0100 Subject: Renamed some functions. * User::all_users --> User::all * Group::all_groups --> Group::all --- ratatoeskr/sys/models.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ratatoeskr/sys/models.php') 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(); -- cgit v1.2.3-54-g00ecf