- Timestamp:
- Jun 7, 2010, 9:23:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/class/config_from_xoops.class.php
r583 r614 43 43 var $module_id; 44 44 var $module_config= array(); 45 var $xoops_time_zone; 45 46 46 47 function __constructor() //for PHP5 … … 97 98 $this->set_module_version(); 98 99 $this->set_wp_version(); 100 if (function_exists('date_default_timezone_get')){ 101 $this->xoops_time_zone = date_default_timezone_get(); 102 } 99 103 } 100 104
Note: See TracChangeset
for help on using the changeset viewer.