From: Chris Date: Wed, 19 Mar 2014 05:16:10 +0000 (+0800) Subject: GroupCountries.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=901ccecb028868112fe0258872e5e8961799ec2d GroupCountries.php --- diff --git a/GroupCountries.php b/GroupCountries.php index 69f4f11e..3be157d5 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -59,7 +59,7 @@ class Pman_Core_GroupCountries extends Pman } } - function supPersonToCountry($users) + function subPersonToCountry($users) { foreach($users as $id){ $p = DB_DataObject::factory('Person');