Achja muss ja die zweite Variante nicht die andere.. okay das funzt perfekt

Aber jetzt habe ich noch ein Problem. In der viewtopic soll man das ja auch nicht sehen... wie mach ich das ^^
Vieeeeeeeelen Dank ^^
fehlt noch irgendwas#
#-----[ OPEN ]------------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------------
#
$sql = "SELECT u.username,
#
#-----[ IN-LINE FIND ]----------------------------------------
#
, u.user_birthday
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
, u.user_show_birthday
#
#-----[ FIND ]------------------------------------------------
#
// Start add - Birthday MOD
if ( $postrow[$i]['user_birthday'] != 999999 )
#
#-----[ REPLACE WITH]------------------------------------------
#
// Start add - Birthday MOD
if ( $postrow[$i]['user_birthday'] != 999999 AND ($postrow[$i]['user_show_birthday'] == 1 OR $userdata['user_level'] == ADMIN))