diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 21:32:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-23 21:32:03 -0400 |
commit | d1e55b3777fe5c988c6ec605987d5c616cbdbc06 (patch) | |
tree | db34ad29948c042a723f7f44336a2cbe71f40adf /lib/mail.php | |
parent | 63dcbe1e6e4dc49de9ce9be82421c043cc751007 (diff) |
jabber send and confirmation code
darcs-hash:20080624013203-34904-fe87dc6b3b991e9753512b8b7cc192f7610eb1dc.gz
Diffstat (limited to 'lib/mail.php')
-rw-r--r-- | lib/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail.php b/lib/mail.php index 53b360e3c..91eafa97e 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -55,7 +55,7 @@ function mail_notify_from() { } } -# For confirming an email address +# For confirming a Jabber address function mail_confirm_address($code, $nickname, $address) { $recipients = $address; |