CModule::Remove()
The method Remove deletes a record with the module description from the database.
<? function UnRegisterModule($id) { $m = new CModule; $m->MODULE_ID = $id; $m->Remove(); CAllMain::DelGroupRight($id); } ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |