- Timestamp:
- May 20, 2011, 1:55:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/include/onuninstall.php
r751 r752 9 9 function xpress_onuninstall_base( $module , $mydirname ) 10 10 { 11 global $xoopsDB ;11 global $xoopsDB,$xoopsModule; 12 12 // transations on module uninstall 13 13 … … 23 23 } 24 24 25 $mid = $ module->getVar('mid') ;25 $mid = $xoopsModule->getVar('mid') ; 26 26 27 27 $xp_prefix = preg_replace('/wordpress/','wp',$mydirname);
Note: See TracChangeset
for help on using the changeset viewer.