Skip to content

Commit

Permalink
Dev Removed "Force SSL to 'off'" as it makes no sense . It is either …
Browse files Browse the repository at this point in the history
…'on' now or any other string is interpreted as 'not forced'
  • Loading branch information
c-schmitz committed Nov 18, 2019
1 parent 8764f4e commit 261d253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -1986,9 +1986,9 @@ public function list_groups($sSessionKey, $iSurveyID)
}

/**
* Return the ids and propertries of survey participants (RPC function)
* Return the IDs and properties of survey participants (RPC function)
*
* if $bUnused is true, user will get the list of uncompleted tokens (token_return functionality).
* If $bUnused is true, user will get the list of uncompleted tokens (token_return functionality).
* Parameters iStart and iLimit are used to limit the number of results of this call.
*
* By default return each participant with basic information
Expand Down

0 comments on commit 261d253

Please sign in to comment.