From 5da90343d51e2d5ef8c3fb65cd6396e1cddf6722 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 19 Mar 2014 13:13:09 +0800 Subject: [PATCH] GroupCountries.php --- GroupCountries.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); } } -- 2.39.2