Przeglądaj źródła

making sure all changes have been committed

Shawna Spoor 6 lat temu
rodzic
commit
d55d52a91b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tripal/includes/tripal.registration.inc

+ 1 - 1
tripal/includes/tripal.registration.inc

@@ -297,7 +297,7 @@ function tripal_registration_remote_submit($data) {
     'headers' => array('Content-Type' => 'application/json', 'Accept' => 'application/json'),
     'data' => json_encode($outgoing_data),
   ));
-
+  dpm($result);
   drupal_set_message(t('Thank you for registering. You can update your details at any time.'), 'status');
 
 }