From 002e2d8b7b5daad70752a6a372a6a101fa2e10e0 Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Thu, 7 Oct 2021 09:57:36 +0200 Subject: [PATCH] delete point in registration message --- src/DDADMIN/MANAGER/UserManagerClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DDADMIN/MANAGER/UserManagerClass.php b/src/DDADMIN/MANAGER/UserManagerClass.php index c3b2666..6b68e51 100755 --- a/src/DDADMIN/MANAGER/UserManagerClass.php +++ b/src/DDADMIN/MANAGER/UserManagerClass.php @@ -205,7 +205,7 @@ class UserManagerClass $msg .= "at http://amda.cdpp.eu \r\n\r\n"; $msg .= "Please contact us in case of any problems or questions.\r\n\r\n"; $msg .= "For acknowledgment and data use policy please follow the rules of the road available at http://amda.cdpp.eu/help/policy.html.\r\n\r\n"; -$msg .= "We also invite you to connect to our data archive (https://cdpp-archive.cnes.fr) and use our other tools for 3D visualization of spacecraft and science data (3DView, http://3dview.cdpp.eu), for solar wind propagation (Propagation Tool, http://propagationtool.cdpp.eu and Heliopropa, http://heliopropa.cdpp.eu), or for coordinate and time transformation (TREPS, http://treps.cdpp.eu)..\r\n\r\n"; +$msg .= "We also invite you to connect to our data archive (https://cdpp-archive.cnes.fr) and use our other tools for 3D visualization of spacecraft and science data (3DView, http://3dview.cdpp.eu), for solar wind propagation (Propagation Tool, http://propagationtool.cdpp.eu and Heliopropa, http://heliopropa.cdpp.eu), or for coordinate and time transformation (TREPS, http://treps.cdpp.eu).\r\n\r\n"; $msg .= "Feedback on CDPP tools is always welcome and greatly appreciated (amda at irap.omp.eu)!\r\n\r\n"; $msg .= "Best regards,\r\n\r\n"; $msg .= "CDPP-AMDA Team"; -- libgit2 0.21.2