XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 8, 2010, 9:37:06 AM (14 years ago)
Author:
toemon
Message:

D3Forumコメント統合一括インポート・エクスポート時の時間ずれバグ修正 Fixes#350 (thx bichico)

File:
1 edited

Legend:

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

    r614 r616  
    4545                { 
    4646                        global $xoops_config; 
     47                        if ( function_exists('date_default_timezone_set') ) 
     48                                date_default_timezone_set($xoops_config->xoops_time_zone); 
    4749                        $new_params = $this->restructParams( $params ) ; 
    4850                        if (!$this->canAddComment($params['id']) ) { 
     
    5759                                echo $d3comment; 
    5860                        } else { 
    59                                 if ( function_exists('date_default_timezone_set') ) 
    60                                 date_default_timezone_set($xoops_config->xoops_time_zone); 
    6161                                d3forum_render_comments( $this->d3forum_dirname , $new_params['forum_id'] , $new_params , $this->smarty ) ; 
    62                                 if ( function_exists('date_default_timezone_set') ) 
    63                                         date_default_timezone_set('UTC'); 
    64                         } 
     62                        } 
     63                        if ( function_exists('date_default_timezone_set') ) 
     64                                date_default_timezone_set('UTC'); 
    6565                } 
    6666 
Note: See TracChangeset for help on using the changeset viewer.