Skip to content

Commit

Permalink
Dev Obsolete variable removed
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9208 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 11, 2010
1 parent 2c5ed8d commit cfcd2b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions printanswers.php
Expand Up @@ -188,16 +188,15 @@
while ($idrow = $idresult->FetchRow())
{
$id=$idrow['id'];
$rlangauge=$idrow['startlanguage'];
}
$next=$id+1;
$last=$id-1;
$printoutput .= "<table class='printouttable' >\n";
if(isset($_POST['printableexport']))
{
$pdf->intopdf($clang->gT("Question",'unescaped').": ".$clang->gT("Your Answer",'unescaped'));
$pdf->intopdf($clang->gT("Question",'unescaped').": ".$clang->gT("Your answer",'unescaped'));
}
$printoutput .= "<tr><th>".$clang->gT("Question")."</th><th>".$clang->gT("Your Answer")."</th></tr>\n";
$printoutput .= "<tr><th>".$clang->gT("Question")."</th><th>".$clang->gT("Your answer")."</th></tr>\n";
$idresult = db_execute_assoc($idquery) or safe_die ("Couldn't get entry<br />$idquery<br />".$connect->ErrorMsg()); //Checked
while ($idrow = $idresult->FetchRow())
{
Expand Down Expand Up @@ -336,4 +335,4 @@
echo templatereplace(file_get_contents(sGetTemplatePath($thistpl).'/endpage.pstpl'));
echo "</body></html>";
}
?>
?>

0 comments on commit cfcd2b7

Please sign in to comment.