Skip to content

Commit

Permalink
Dev All-in-one and Group-at-a-time survey modes are now displaying pr…
Browse files Browse the repository at this point in the history
…operly.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11160 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
TMSWhite committed Oct 14, 2011
1 parent 379ba70 commit ca4933b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -1040,7 +1040,7 @@ static function FinishProcessingPage()
$totalTime += $unit[1];
}
log_message('debug','Total time attributable to EM = ' . $totalTime);
log_message('debug',print_r($LEM->runtimeTimings,true));
// log_message('debug',print_r($LEM->runtimeTimings,true));
}

static function ShowLogicFile()
Expand Down
2 changes: 1 addition & 1 deletion application/libraries/Survey_format.php
Expand Up @@ -288,7 +288,7 @@ function run($args) {
$qidattributes=getQuestionAttributeValues($ia[0]);
$hidden = (isset($qidattributes['hidden']) ? $qidattributes['hidden'] : 0);

LimeExpressionManager::ProcessRelevance($qidattributes['relevance'],$ia[0],$ia[2],$ia[4],$hidden);
// LimeExpressionManager::ProcessRelevance($qidattributes['relevance'],$ia[0],$ia[2],$ia[4],$hidden);
// TODO - double check this about expressions - should it continue?
if ($ia[4] != '*' && ($qidattributes===false || $qidattributes['hidden']==1)) {
continue;
Expand Down

0 comments on commit ca4933b

Please sign in to comment.