fixed compare

main
hecht 13 years ago
parent 0c50b9f624
commit b339c85b88

@ -30,7 +30,7 @@ if($charm == 3)
exit; exit;
} }
if($user['level'] >= $item_info['req_level']) { if($user['level'] < $item_info['req_level']) {
$fehler_m = 'Euer Clan hat nicht das n&ouml;tige Level'; $fehler_m = 'Euer Clan hat nicht das n&ouml;tige Level';
displayErrorMessage(NULL,$fehler_m, displayHistoryBackLink()); displayErrorMessage(NULL,$fehler_m, displayHistoryBackLink());
exit; exit;

Loading…
Cancel
Save