Skip to content

Commit

Permalink
commented out debug line that shouldn't have been there
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@314 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 30, 2003
1 parent f238d95 commit 68be0b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions question.php
Expand Up @@ -632,7 +632,7 @@
}
if (!$_SESSION[$conditionfieldname]) {$currentvalue="NULL";} else {$currentvalue=$_SESSION[$conditionfieldname];}
if ($currentvalue == $conditionvalue) {$amatchhasbeenfound="Y";}
echo "!- $conditionfieldname -- ". $currentvalue . "---". $conditionvalue."-- <br />";
//echo "!- $conditionfieldname -- ". $currentvalue . "---". $conditionvalue."-- <br />";
}
if ($amatchhasbeenfound == "Y") {$cqidmatches++;}
}
Expand All @@ -644,7 +644,7 @@
else
{
//matches have not been found in ALL distinct cqids. The question WILL NOT be displayed
echo "<!-- DEBUG - CONDITIONS ARE NOT MET IN THIS ROUND -->\n";
//echo "<!-- DEBUG - CONDITIONS ARE NOT MET IN THIS ROUND -->\n";
if ($move == " next >> ")
{
$currentquestion++;
Expand All @@ -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();
Expand All @@ -686,7 +685,6 @@
}
}

//echo "--- ".$ia[1]." ---<br />";
include("qanda.php");

$percentcomplete = makegraph($_SESSION['step'], $_SESSION['totalsteps']);
Expand Down

0 comments on commit 68be0b8

Please sign in to comment.