Verfasst: 27.10.2005 12:51
Hey, eine Fehlermeldung bringt er nicht!
Bye nuunuu
Bye nuunuu
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Ist das auch vom Birthday MOD oder hast du noch was anderes eingebaut?Parse error: parse error, unexpected '=' in /usr/export/www/vhosts/funnetwork/hosting/laserkraut/phpBB2/viewtopic.php on line 354
Code: Alles auswählen
if ( $poster_id == ANONYMOUS && $postrow[$i]['post_username'] != '' )
{
$poster = $postrow[$i]['post_username'];
$poster_rank = $lang['Guest'];
}
// Start add - Birthday MOD
$poster_age = '';
// End add - Birthday MOD
$temp_url = '';Code: Alles auswählen
if ( $poster_id == ANONYMOUS && $postrow[$i]['post_username'] != '' )
{
$poster = $postrow[$i]['post_username'];
$poster_rank = $lang['Guest'];
// Start add - Birthday MOD
$poster_age = '';
// End add - Birthday MOD
}
$temp_url = '';