From 68be0b8286ea603ae7888a8e2fd5a94f74600e77 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Fri, 30 May 2003 08:20:48 +0000 Subject: [PATCH] commented out debug line that shouldn't have been there git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@314 b72ed6b6-b9f8-46b5-92b4-906544132732 --- question.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/question.php b/question.php index 810513c8737..fd57ef89642 100644 --- a/question.php +++ b/question.php @@ -632,7 +632,7 @@ } if (!$_SESSION[$conditionfieldname]) {$currentvalue="NULL";} else {$currentvalue=$_SESSION[$conditionfieldname];} if ($currentvalue == $conditionvalue) {$amatchhasbeenfound="Y";} - echo "!- $conditionfieldname -- ". $currentvalue . "---". $conditionvalue."--
"; + //echo "!- $conditionfieldname -- ". $currentvalue . "---". $conditionvalue."--
"; } if ($amatchhasbeenfound == "Y") {$cqidmatches++;} } @@ -644,7 +644,7 @@ else { //matches have not been found in ALL distinct cqids. The question WILL NOT be displayed - echo "\n"; + //echo "\n"; if ($move == " next >> ") { $currentquestion++; @@ -663,7 +663,6 @@ if ($_SESSION['step'] > $_SESSION['totalsteps']) { - //echo "OhMyGod!"; //The last question was conditional and has been skipped. Move into panic mode. $conditionforthisquestion="N"; last(); @@ -686,7 +685,6 @@ } } -//echo "--- ".$ia[1]." ---
"; include("qanda.php"); $percentcomplete = makegraph($_SESSION['step'], $_SESSION['totalsteps']);