Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tcexam_uibk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Zentraler Informatikdienst
Digitale Medien und Lerntechnologien
eExams
tcexam_uibk
Merge requests
!19
150608
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
150608
c102215/tcexam_uibk:150608
into
uibk
Overview
0
Commits
19
Pipelines
0
Changes
1
Closed
User expired
requested to merge
c102215/tcexam_uibk:150608
into
uibk
9 years ago
Overview
0
Commits
19
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f13c8e68
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f13c8e68
lines for generating QR code commented out
· f13c8e68
User expired
authored
9 years ago
admin/code/tce_pdf_results.php
+
2
−
1
Options
@@ -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
.
''
);
Loading