Skip to content

Commit

Permalink
Merge pull request #517 from lrnthbrt/rpcFix
Browse files Browse the repository at this point in the history
👍
  • Loading branch information
Shnoulle committed Jul 6, 2016
2 parents 8911bf8 + 8b86ddd commit 33eec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/remotecontrol/remotecontrol_handle.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ public function delete_survey($sSessionKey, $iSurveyID)
*
* @access public
* @param string $sSessionKey Auth Credentials
* @param string $sImportData String containing the BASE 64 encoded data of a lss,csv,xls or survey zip archive
* @param string $sImportDataType lss,csv,txt or zip
* @param string $sImportData String containing the BASE 64 encoded data of a lss,csv,txt or survey lsa archive
* @param string $sImportDataType lss,csv,txt or lsa
* @param string $sNewSurveyName The optional new name of the survey
* @param integer $DestSurveyID This is the new ID of the survey - if already used a random one will be taken instead
* @return array|integer iSurveyID - ID of the new survey
Expand Down

0 comments on commit 33eec4c

Please sign in to comment.