Anzeigebug nach aktualisierung des Profils behoben

main
radiskull 13 years ago
parent 533a2d660b
commit 3594b26dcd

@ -169,9 +169,9 @@ function display($user, $usergroups){
?>
moderat: <input type="radio" name="ads" value="0" <?php echo $che1; ?>/>
<?php
if(!(getLayerAdvertisement() == '' or getLayerAdvertisement == null)){
//if(!(getLayerAdvertisement() == '' or getLayerAdvertisement == null)){
echo 'hardcore: <input type="radio" name="ads" value="1"'.$che2.'/>';
}
//}
?>
</td>
</tr>
@ -205,7 +205,8 @@ function display($user, $usergroups){
if($charm == '1'){
$user_ida = changeProfil($user_ida, $usergroups, $new_pw, $new_nick, $new_nick2, $alt_pw, $homepage, $icq, $chat, $ads);
}
$usergroups = getUserGroups($user_ida['nickname']);
}
display($user_ida, $usergroups);

Loading…
Cancel
Save