diff --git a/materio_user.module b/materio_user.module index 1905260a..0a374706 100755 --- a/materio_user.module +++ b/materio_user.module @@ -363,7 +363,6 @@ function materio_user_webform_client_11186_submit(&$form, &$form_state){ // enregistrer le type d'adonnement chez les user } - } function materio_user_record_member_profile($values) { @@ -407,7 +406,7 @@ function materio_user_record_member_profile($values) { if(module_exists('cck_phone')){ preg_match('/^(\+[0-9]+)\s([0-9]+)$/', $pn, $matches); - dsm($matches, "matches"); + // dsm($matches, "matches"); $ccs = cck_phone_countrycodes(); foreach ($ccs as $c => $vs) { if($vs['code'] == $matches[1]){