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();