Menu

#21 xoopsmailerlocal.php for zh-tw

closed-fixed
minahito
Bug Fix (7)
5
2008-08-31
2008-06-13
GIJOE
No

I think "zh-tw" must have xoopslocalmailer.php

-----------------------------------------------
<?php

if (!defined('XOOPS_ROOT_PATH')) exit();

class XoopsMailerLocal extends XoopsMailer {

function XoopsMailerLocal(){
$this->multimailer = new XoopsMultiMailerLocal();
$this->reset();
$this->charSet = 'utf-8';
$this->encoding = 'base64';
$this->multimailer->CharSet = $this->charSet;
$this->multimailer->SetLanguage('en');
$this->multimailer->Encoding = "base64";
}
}

class XoopsMultiMailerLocal extends XoopsMultiMailer {
}

Discussion

  • minahito

    minahito - 2008-06-22
    • labels: --> Bug Fix
    • milestone: --> Legacy 2.1.x modules
    • assigned_to: nobody --> minahito
    • status: open --> open-accepted
     
  • minahito

    minahito - 2008-08-31
    • status: open-accepted --> closed-fixed
     
  • minahito

    minahito - 2008-08-31

    Logged In: YES
    user_id=1102607
    Originator: NO

    This was contained to 2.1.6. Thank you for your contribution!

     

Log in to post a comment.