commented some dsm
This commit is contained in:
parent
497a0108ae
commit
ab40bcf861
@ -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]){
|
||||
|
Loading…
x
Reference in New Issue
Block a user