- Timestamp:
- May 19, 2011, 6:47:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/include/onuninstall.php
r583 r749 9 9 function xpress_onuninstall_base( $module , $mydirname ) 10 10 { 11 global $xoopsDB; 11 12 // transations on module uninstall 12 13 … … 22 23 } 23 24 24 $db =& Database::getInstance() ;25 25 $mid = $module->getVar('mid') ; 26 26 27 27 $xp_prefix = preg_replace('/wordpress/','wp',$mydirname); 28 28 29 $xoops_prefix = $ db->prefix();29 $xoops_prefix = $xoopsDB->prefix(); 30 30 31 31 if (empty($xoops_prefix) || empty($xp_prefix)) {
Note: See TracChangeset
for help on using the changeset viewer.