From c3790e803759a3611be0db169b89f5466f57a867 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 28 Oct 2019 13:12:31 +0100 Subject: [PATCH] Dev Fixing docblocks --- application/helpers/remotecontrol/remotecontrol_handle.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/helpers/remotecontrol/remotecontrol_handle.php b/application/helpers/remotecontrol/remotecontrol_handle.php index fa6507b6037..dbed711ded5 100644 --- a/application/helpers/remotecontrol/remotecontrol_handle.php +++ b/application/helpers/remotecontrol/remotecontrol_handle.php @@ -3103,7 +3103,9 @@ protected function _checkSessionKey($sSessionKey) /** - * Import a participant into the LimeSurvey cpd. It stores attributes as well, if they are registered before within ui + * Import a participant into the LimeSurvey CPDB + * + * It stores attributes as well, if they are registered before within ui * * Call the function with $response = $myJSONRPCClient->cpd_importParticipants( $sessionKey, $aParticipants); *