[Kolab-devel] another tiny bug to fix

Josef Fritscher josef.fritscher at chello.at
Fri Jun 27 20:16:36 CEST 2003


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3505 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.kolab.org/pipermail/devel/attachments/20030627/db86760a/attachment.bin>


More information about the devel mailing list