Skip to content

Commit

Permalink
Fixed a minor typo that was leading to error message on saving responses
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9092 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Amit Shanker committed Aug 26, 2010
1 parent 44ebf08 commit a497e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_functions.php
Expand Up @@ -3051,7 +3051,7 @@ function tokenReplace($line)
* @return string This string is returned containing the substituted responses
*
*/
function sPassthruReplace($line, $thissurvey)
function PassthruReplace($line, $thissurvey)
{
$line=str_replace("{PASSTHRULABEL}", $thissurvey['passthrulabel'], $line);
$line=str_replace("{PASSTHRUVALUE}", $thissurvey['passthruvalue'], $line);
Expand Down

0 comments on commit a497e6f

Please sign in to comment.