UnRegisterModule( string module_id )
The function UnRegisterModule deletes a registration entry and all the module settings from the database. Module unregistration is the essential part of a module uninstallation.
| Parameter | Description |
|---|---|
| module_id | The module ID. |
<?
// file /bitrix/modules/statistic/install/unstep2.php
UnRegisterModule("statistic");
?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |