From ab40bcf861e0fb61cfc9c810eeacb5940cfd339f Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 2 Sep 2014 17:04:04 +0200 Subject: [PATCH] commented some dsm --- materio_user.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]){