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

Loading…
Cancel
Save