/**
  * This is factory for the uninstaller. The factory reads xoops_version
  * without modulehandler, to prevent cache in modulehandler.
  */
 function &createUninstaller($dirname)
 {
     $uninstaller =& Legacy_ModuleInstallUtils::_createInstaller($dirname, 'uninstaller', 'Legacy_ModuleUninstaller');
     return $uninstaller;
 }