pull/1/head
root 18 years ago
parent 36435d17b4
commit a903c47403

@ -220,11 +220,11 @@
$this->SetFont('SJIS','',9); $this->SetFont('SJIS','',9);
$this->SetXY(17, $top + 55); $this->SetXY(17, $top + 55);
$this->Write(0, recode($_SESSION['_config']['recode'], _("Points Allocated")).": ______________"); $this->Write(0, recode($_SESSION['_config']['recode'], _("Points Allocated")).": ______________");
// if($maxpoints > 0) if($maxpoints > 0)
// { {
// $this->SetXY(17, $top + 60); $this->SetXY(17, $top + 60);
// $this->Write(0, recode($_SESSION['_config']['recode'], _("Maximum Points")).": ".$maxpoints); $this->Write(0, recode($_SESSION['_config']['recode'], _("Maximum Points")).": ".$maxpoints);
// } }
} }
} }
@ -235,8 +235,8 @@
$maxpoints = intval($_GET['maxpoints']); $maxpoints = intval($_GET['maxpoints']);
if($maxpoints < 0) if($maxpoints < 0)
$maxpoints = 0; $maxpoints = 0;
if($maxpoints == 0) // if($maxpoints == 0)
$maxpoints = intval(maxpoints()); // $maxpoints = intval(maxpoints());
$pdf = new PDF('P', 'mm', $format); $pdf = new PDF('P', 'mm', $format);
if($_SESSION['_config']['language'] == "ja_JP") if($_SESSION['_config']['language'] == "ja_JP")

Loading…
Cancel
Save