From a24118393c9764a16a28fd09f4a076c782cad682 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Aug 2006 18:31:25 +0000 Subject: [PATCH] bug #29 --- www/cap.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/cap.php b/www/cap.php index 8c02ea6..51b4293 100644 --- a/www/cap.php +++ b/www/cap.php @@ -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); +// } } }