GroupCountries.php
[Pman.Core] / GroupCountries.php
index 5d97fc0..f20b20a 100644 (file)
@@ -54,7 +54,6 @@ class Pman_Core_GroupCountries extends Pman
             $c[] = $_REQUEST['country'];
             $p->countries = implode(',', $c);
             $p->update();
-            
         }
     }