[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kolab-devel
Subject:    [Kolab-devel] another tiny  bug to fix
From:       Josef Fritscher <josef.fritscher () chello ! at>
Date:       2003-06-27 18:16:36
Message-ID: 3EFC8A04.90408 () chello ! at
[Download RAW message or body]


Well, I just found this one, in create_user.php:

if (!empty($HTTP_GET_VARS['mail_0']) && !is_unique($HTTP_GET_VARS['mail_0'])) {

should be:

if (!empty($HTTP_GET_VARS['mail_0']) && is_unique('mail',$HTTP_GET_VARS['mail_0'])) {

because is_unique() has two parameters and the then part proceeds with checking, \
while the else part prints the error message.

And thanks for the clarification in the QIM.

Regards,

Joe 

PS: Unfortunately, non of theese bug fixes solved my problems with kmail & imap.
-- 
------------------------------------------------------------------------------
"May the nForce be with you!" - StarWars Episode III


["smime.p7s" (application/x-pkcs7-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic