Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
f13c8e68
Commit
f13c8e68
authored
Mar 30, 2015
by
User expired
Browse files
lines for generating QR code commented out
parent
a8018bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
admin/code/tce_pdf_results.php
admin/code/tce_pdf_results.php
+2
-1
No files found.
admin/code/tce_pdf_results.php
View file @
f13c8e68
...
...
@@ -174,11 +174,12 @@ $isunicode = (strcasecmp($l['a_meta_charset'], 'UTF-8') == 0);
$pdf
=
new
TCPDFEX
(
PDF_PAGE_ORIENTATION
,
PDF_UNIT
,
PDF_PAGE_FORMAT
,
$isunicode
);
// Set backlink QR-Code
/* QR code not needed 150330 ESM
if ($pubmode) {
$pdf->setTCExamBackLink(K_PATH_URL.'public/code/tce_test_allresults.php?'.$filter);
} else {
$pdf->setTCExamBackLink(K_PATH_URL.'admin/code/tce_show_result_allusers.php?'.$filter);
}
}
*/
// set document information
$pdf
->
SetCreator
(
'TCExam ver.'
.
K_TCEXAM_VERSION
.
''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment