more fixes

This commit is contained in:
unknown
2012-06-22 18:46:04 +03:00
parent ecd0da7daf
commit 6bdb081f3d
13 changed files with 425 additions and 36 deletions
-1
View File
@@ -215,7 +215,6 @@ if(isset($_POST['ft'])=='check'){
$error = '<span class="error"><b>No Coordinates selected</b></span>';
}elseif($userAccess == '0' or $userAccess == '8' or $userAccess == '9'){
$error = '<span class="error"><b>Player is Banned. You cannot send resources to him.</b></span>';
}
}elseif($_POST['r1']==0 && $_POST['r2']==0 && $_POST['r3']==0 && $_POST['r4']==0){
$error = '<span class="error"><b>Resources not selected.</b></span>';
}elseif(!$_POST['x'] && !$_POST['y'] && !$_POST['dname']){