X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GroupCountries.php;h=f20b20a2ebdad896f110cb6548b10173a34747c2;hb=10da009a7fcbf0af93bc13b43cd046edb4047585;hp=5d97fc0765c5a9d9f0ff0d461a82e01ce7ad0e04;hpb=e37cb1e87d63384329efa3e8fe3e964c56fd39d0;p=Pman.Core diff --git a/GroupCountries.php b/GroupCountries.php index 5d97fc07..f20b20a2 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -54,7 +54,6 @@ class Pman_Core_GroupCountries extends Pman $c[] = $_REQUEST['country']; $p->countries = implode(',', $c); $p->update(); - } }