From 8a8b14a0f42208c07c3c853225765b1e7b50bfee Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Aug 2006 08:26:42 +0000 Subject: [PATCH] bug #177 --- pages/wot/6.php | 2 +- www/wot.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/wot/6.php b/pages/wot/6.php index aa6ce27..92c96e1 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -130,7 +130,7 @@ :
(Max ) - + : diff --git a/www/wot.php b/www/wot.php index 7472a03..e85bf4a 100644 --- a/www/wot.php +++ b/www/wot.php @@ -183,6 +183,13 @@ } } + if($oldid == 6 && $_REQUEST['points'] == "") + { + $id = $oldid; + unset($oldid); + $_SESSION['_config']['error'] = _("You must enter the number of points you wish to allocate to this person."); + } + if($oldid == 6) { $max = maxpoints();