XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 7, 2010, 9:23:22 PM (14 years ago)
Author:
toemon
Message:

D3Forum コメント統合時の日付がUTCになってしまうバグ修正 Fixes#349 (thx bichico)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/class/config_from_xoops.class.php

    r583 r614  
    4343        var $module_id; 
    4444        var $module_config= array(); 
     45        var $xoops_time_zone; 
    4546         
    4647        function __constructor()        //for PHP5 
     
    9798                $this->set_module_version(); 
    9899                $this->set_wp_version(); 
     100                if (function_exists('date_default_timezone_get')){ 
     101                        $this->xoops_time_zone = date_default_timezone_get(); 
     102                } 
    99103    } 
    100104 
Note: See TracChangeset for help on using the changeset viewer.