Problem mit Question Mod
Verfasst: 16.10.2007 22:18
Hallo Zusammen!
Ich habe folgendes Problem, beim ändern des Profiles
Benutze ich das Original klappt das mit dem profil ändern wieder.
Hab ich irgendwo was übersehen?
PS
if ($abq_config['abq_register']) diese Abfrage ist true wenn man sein profil ändert
Ich habe folgendes Problem, beim ändern des Profiles
Hab das bis auf die usercp_register.php zurückverfolgt.Die angegebene Mailadresse ist ungültig.
Das aktuelle Passwort stimmt nicht mit dem in der Datenbank überein.
Code: Alles auswählen
Qustion Mod
$strip_var_list = array('email' => $abq_email_variable_name, 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code', 'abq_aw' => $abq_config['abq_variable_name'], 'idabq' => 'idabq');
Original
$strip_var_list = array('email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code');
Hab ich irgendwo was übersehen?
PS
Code: Alles auswählen
if ($abq_config['abq_register'])
{
$abq_email_variable_name = $abq_config['email_variable_name'];
}
else
{
$abq_email_variable_name = 'email';
}