Changeset 776 for trunk/xpressme_integration_kit/class
- Timestamp:
- May 24, 2011, 12:35:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/class/modInfo_class.php
r757 r776 68 68 $this->module_db_prefix = $this->_get_module_db_prefix(); 69 69 $this->xoops_lang = @$GLOBALS["xoopsConfig"]['language']; 70 $this->module_id = ! empty($xoopsModule) ? $xoopsModule->getVar('mid') : 0;71 $this->module_version = empty($xoopsModule) ? $xoopsModule->getVar('version'): '';70 $this->module_id = ! empty($xoopsModule) ? $xoopsModule->getVar('mid') : 0; 71 $this->module_version = ! empty($xoopsModule) ? $xoopsModule->getVar('version')/100 : ''; 72 72 $this->module_codename = $this->_get_module_codename(); 73 73 $this->wp_version = $this->_get_wp_version();
Note: See TracChangeset
for help on using the changeset viewer.