LimeSurvey: master a513aef6

Author Committer Branch Timestamp Parent
Thomas White Thomas White master 2011-07-03 20:38 master 5c69b48d
Changeset

Fixed issue 05317: templatereplace() doesn't properly handle some missing replacement values
Dev moved templatereplace, instertAnsReplace, and tokenReplace into replacements.php
Dev refactored templatereplace to first assign all replacement values to an array, then do all replacements in one loop
Dev rather than via multiple in-line str_replace() functions
Dev note - this version has several variables not in main branch: AID, GID, QID, QUESTION

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

add - replacements.php Diff File
mod - common_functions.php Diff File