Verfasst: 16.03.2003 22:28
*Heul* bin am verzweifeln 
Brauche weiter Hilfe

Brauche weiter Hilfe
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
usercp_viewprofile.php
----------------------
>>FINDE:
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
>>DANACH EINFUEGEN:
'POSITIV' => ( $profiledata['user_positiv'] ) ? $profiledata['user_positiv'] : '0',
'NEGATIV' => ( $profiledata['user_negativ'] ) ? $profiledata['user_negativ'] : '0',