XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 23, 2011, 3:03:57 PM (13 years ago)
Author:
toemon
Message:

ConfigFromXoopsクラスを廃止し、modInfoクラスを使用するように変更
WP2.2以下で使用するテンプレートold_templateの廃止

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver3.0/xpressme_integration_kit/class/xpressD3commentContent.class.php

    r749 r757  
    4444                function displayCommentsInline( $params ) 
    4545                { 
    46                         global $xoops_config; 
     46                        global $modInfo; 
    4747                        if ( function_exists('date_default_timezone_set') ) 
    48                                 date_default_timezone_set($xoops_config->xoops_time_zone); 
     48                                date_default_timezone_set($modInfo->get_xoops_time_zone()); 
    4949                        $new_params = $this->restructParams( $params ) ; 
    5050                        if (!$this->canAddComment($params['id']) ) { 
Note: See TracChangeset for help on using the changeset viewer.