Skip to content

Commit

Permalink
Fixed Issue: Fix wrong function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
trougakoss committed Jul 31, 2012
1 parent 20a69d6 commit 9d47f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/remotecontrol.php
Expand Up @@ -1642,7 +1642,7 @@ public function list_questions($sSessionKey, $iSurveyID, $iGroupID=NULL)


/**
* RPC Routine to add a participant to the tokens placeholder of the survey.
* RPC Routine to add participants to the tokens collection of the survey.
* Returns the inserted data including additional new information like the Token entry ID and the token string.
*
* @access public
Expand Down Expand Up @@ -1916,7 +1916,7 @@ public function list_participants($sSessionKey, $iSurveyID, $bUnused=false)
}

/**
* RPC routine to to initialise the survey's placeholder where new participant tokens may be later added.
* RPC routine to to initialise the survey's collection of tokens where new participant tokens may be later added.
*
* @access public
* @param string $sSessionKey Auth credentials
Expand Down

0 comments on commit 9d47f37

Please sign in to comment.