Skip to content

Commit

Permalink
EM Testing - bugfix to ensure that all irrelevant fields are NULLed i…
Browse files Browse the repository at this point in the history
…n database.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10936 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
TMSWhite committed Sep 3, 2011
1 parent ab69d31 commit 3f89bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/libraries/Save.php
Expand Up @@ -474,10 +474,11 @@ function createinsertquery($surveyid, $move, $thissurvey, $thisstep, $postedfiel

$CI =& get_instance();
$_POST = $CI->input->post();
global $deletenonvalues, $thistpl;
global $thistpl;

$clang = $CI->limesurvey_lang;
$timeadjust = $CI->config->item("timeadjust");
$deletenonvalues = $CI->config->item("deletenonvalues");

$fieldmap=createFieldMap($surveyid); //Creates a list of the legitimate questions for this survey

Expand Down

0 comments on commit 3f89bd3

Please sign in to comment.