[quote="oxpus - Sa 25.Feb, 2006 13:59";p="54451"]Sind Aufruf und Definition der Funktion display_avatar_gallery wirklich identisch?[/quote]
Ich behaupte ja. Allerdings schaue ich mehr verwirrt als wirklich wissend in den Code.
Interessant, aber ich bringe das mit meinem aktuellen Problem nicht wirklich zusammen.
Ich fange nochmal von vorne an...
Die Funktionszeile in der usercp_avatar.php:
Code: Alles auswählen
function display_avatar_gallery($mode, &$category, &$user_id, &$email, &$current_email, &$coppa, &$username, &$email, &$new_password, &$cur_password, &$password_confirm, &$icq, &$aim, &$msn, &$seti, &$einstein, &$skype, &$yim, &$website, &$location, &$occupation, &$interests, &$signature, &$viewemail, &$notifypm, &$popup_pm, &$notifyreply, &$attachsig, &$setbm, &$allowhtml, &$allowbbcode, &$allowsmilies, &$hideonline, &$style, &$language, &$timezone, &$dateformat, &$user_allow_new_img_popup, &$realname, &$firstname, &$session_id, &$longitude, &$latitude, &$birthday, &$gender)
ist identisch mit der Paramszeile in der usercp_avatar.php:
Code: Alles auswählen
$params = array('user_id', 'current_email', 'coppa', 'username', 'email', 'new_password', 'cur_password', 'password_confirm', 'icq', 'aim', 'msn', 'seti', 'einstein', 'skype', 'yim', 'website', 'location', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'popup_pm', 'notifyreply', 'attachsig', 'setbm', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'dateformat', 'user_allow_new_img_popup', 'realname', 'firstname', 'longitude', 'latitude', 'birthday', 'gender');
Andererseits, liegt es überhaupt an der usercp_avatar.php und nicht evtl. an der admin_users.php? In letzterer kann ich allerdings nichts passendes entdecken.