Seite 3 von 3

Verfasst: 06.07.2004 17:04
von farcry

Verfasst: 06.07.2004 17:55
von Markocat
wie es aus sieht ist es was, was kerne vergessen wird :grin:

suche nach

Code: Alles auswählen

'OCCUPATION' =>
'INTERESTS' =>
füge danach ein

Code: Alles auswählen

// Start add - Birthday MOD
		'S_BIRTHDAY' => $s_birthday,
		'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '',
// End add - Birthday MOD
und ersetze folgendes

suche nach

Code: Alles auswählen

	$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', // Start add - Birthday MOD 
'S_BIRTHDAY' => $s_birthday, 
'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '', 
// End add - Birthday MOD
ersetze mit

Code: Alles auswählen

	$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests');
danach müsste es gehn
war nur an falscher stelle