remove unneeded line

This commit is contained in:
unknown
2012-05-21 21:55:27 +03:00
parent 510f596820
commit 864ac866ca
-1
View File
@@ -204,7 +204,6 @@ if(isset($_POST['ft'])=='check'){
}elseif($allres <= $market->maxcarry){
$error = '<span class="error"><b>Too few merchants.</b></span>';
}
$allres <= $market->maxcarry
echo $error;
}
?>