From: Chris Date: Wed, 19 Mar 2014 05:13:09 +0000 (+0800) Subject: GroupCountries.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5da90343d51e2d5ef8c3fb65cd6396e1cddf6722 GroupCountries.php --- diff --git a/GroupCountries.php b/GroupCountries.php index 150a65b4..e0e84a87 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -53,8 +53,9 @@ class Pman_Core_GroupCountries extends Pman $c = explode(',', $p->countries); $c[] = $_REQUEST['country']; ksort($c); - $p->countries = implode(',', $c); - $p->update(); + print_r($c); +// $p->countries = implode(',', $c); +// $p->update(); } }