From a497e6f3e40f694b046408cbd1ad6713afc1f68e Mon Sep 17 00:00:00 2001 From: Amit Shanker Date: Thu, 26 Aug 2010 17:42:32 +0000 Subject: [PATCH] Fixed a minor typo that was leading to error message on saving responses git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9092 b72ed6b6-b9f8-46b5-92b4-906544132732 --- common_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_functions.php b/common_functions.php index 198bfc4c9ce..746cd84e3cd 100644 --- a/common_functions.php +++ b/common_functions.php @@ -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);