From 7432621bd0c128f852e086e68db8c9ad96b22757 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 10 Mar 2017 16:05:19 +1100 Subject: [PATCH] iAllow display of a save form --- include/limesurvey/group.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/limesurvey/group.php b/include/limesurvey/group.php index ffbfd969..16cdf578 100644 --- a/include/limesurvey/group.php +++ b/include/limesurvey/group.php @@ -244,9 +244,9 @@ else if ($thissurvey['active'] == "Y" && isset($_POST['saveall'])) { // must do this here to process the POSTed values - //$moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false); // by jumping to current step, saves data so far + $moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false); // by jumping to current step, saves data so far - //showsaveform(); // generates a form and exits, awaiting input + showsaveform(); // generates a form and exits, awaiting input if(!tableExists('tokens_'.$surveyid) || $thissurvey['anonymized']=='Y' || (tableExists('tokens_'.$surveyid) && $thissurvey['tokenanswerspersistence'] == 'N' )) { $moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false,true,false,false,true); // by jumping to current step, saves data so far