pull/1/head
root 18 years ago
parent dc367d0aab
commit a24118393c

@ -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);
} // }
} }
} }

Loading…
Cancel
Save