Changeset 1717 for branches/release-33/php/mt.php.pre
- Timestamp:
- 04/02/08 09:46:22 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/php/mt.php.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/php/mt.php.pre
r1554 r1717 349 349 isset($cfg['pluginpath']) or 350 350 $cfg['pluginpath'] = array($this->config('MTDir') . DIRECTORY_SEPARATOR . 'plugins'); 351 isset($cfg['timeoffset']) or 352 $cfg['timeoffset'] = '__DEFAULT_TIMEZONE__'; 351 353 } 352 354
