LimeSurvey: master e0f6055a

Author Committer Branch Timestamp Parent
Carsten Schmitz Carsten Schmitz master 2010-08-10 16:13:40 master 07ea5ba1
Changeset

Changed feature: Easier handling for passthru values (to pass URL values from incoming to outgoing link) - Patch kindly provided by orvil!
Dev Often it is not possible to manipulate the incoming link for a survey. So if one has to build an exit link with a passthru argument from the incoming link, there is a problem to solve. e.g. if your participants are sent via links like http://www.mydomain.org/limesurvey/index.php?sid=12345?=de&user=ABCDEF but the "passthru=user&user=ABCDEF" part can't be done, you need to get the passthru argument on a different way. The easyer way is to say in the exit link http://www.myexit.org/thanks.php?{PASSTHRU:user}where the user-value "ABCDEF" from the incoming link is sent, e.g. like http://www.myexit.org/thanks.php?user=ABCDEF

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9049 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - common.php Diff File
mod - common_functions.php Diff File
mod - index.php Diff File