- Timestamp:
- May 23, 2011, 3:03:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/class/xpressD3commentContent.class.php
r749 r757 44 44 function displayCommentsInline( $params ) 45 45 { 46 global $ xoops_config;46 global $modInfo; 47 47 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()); 49 49 $new_params = $this->restructParams( $params ) ; 50 50 if (!$this->canAddComment($params['id']) ) {
Note: See TracChangeset
for help on using the changeset viewer.