Menu

#65 get_default_from_address in conf.php

closed-fixed
None
5
2006-02-26
2006-02-26
No

There's a bug in get_default_from. Here's the patch:
--- conf.php.dist.orig Thu Dec 8 02:30:06 2005
+++ conf.php.dist Sun Feb 26 13:50:40 2006
@@ -280,7 +280,7 @@
$from_address = $user_prefs->email_address;
else {
if (isset($_SESSION['nocc_login_with_domain'])
and $_SESSION['nocc_login_with_domain'] == 1) {
- $from_address = $_SESSION['nocc_user'];
+ $from_address = $_SESSION['nocc_login'];
} else {
$from_address =
$_SESSION['nocc_user'].'@'.$_SESSION['nocc_domain'];
}

p.s. btw, have someone checked my previous patch about
UTF-8? (you can find it in "Patches" section)

Discussion

  • Anonymous

    Anonymous - 2006-02-26
    • labels: 104551 -->
    • assigned_to: nobody --> goddess_skuld
     
  • Anonymous

    Anonymous - 2006-02-26

    Logged In: YES
    user_id=529507

    Fixed in CVS.

    It'll be included in next release.

    But you can download daily snapshots at :
    http://nocc.sourceforge.net/download/

    Thanks for the patch.

     
  • Anonymous

    Anonymous - 2006-02-26
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB