From: Chris Date: Wed, 19 Mar 2014 05:38:43 +0000 (+0800) Subject: commit X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2192c844f62e8f77bdb6e362d22cb7ec1577520f commit --- diff --git a/GroupCountries.php b/GroupCountries.php index f367b731..8ba6a62a 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -71,7 +71,7 @@ class Pman_Core_GroupCountries extends Pman if(($key = array_search($_REQUEST['country'], $c)) !== false) { unset($c[$key]); } - sort($c); + sort($c); // print_r($c); $p->countries = implode(',', $c); $p->update();