diff --git a/printanswers.php b/printanswers.php index 9bd5a342b20..b00722f5647 100644 --- a/printanswers.php +++ b/printanswers.php @@ -188,16 +188,15 @@ while ($idrow = $idresult->FetchRow()) { $id=$idrow['id']; - $rlangauge=$idrow['startlanguage']; } $next=$id+1; $last=$id-1; $printoutput .= "\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 .= "\n"; + $printoutput .= "\n"; $idresult = db_execute_assoc($idquery) or safe_die ("Couldn't get entry
$idquery
".$connect->ErrorMsg()); //Checked while ($idrow = $idresult->FetchRow()) { @@ -336,4 +335,4 @@ echo templatereplace(file_get_contents(sGetTemplatePath($thistpl).'/endpage.pstpl')); echo ""; } -?> \ No newline at end of file +?>
".$clang->gT("Question")."".$clang->gT("Your Answer")."
".$clang->gT("Question")."".$clang->gT("Your answer")."