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

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

Loading…
Cancel
Save