[Vtigercrm-developers] how to uninstall vtlib installed module?

David fire ddfire at gmail.com
Fri Mar 6 07:25:34 PST 2009


thanks

2009/3/6 Prasad <prasad at vtiger.com>

> Hi David,
>
> Deleting the module is dangerous, hence I we decided not to provide it
> right away
>
> But here is development tip I can share:
>
> <?php
> $Vtiger_Utils_Log = true;
> include_once('vtlib/Vtiger/Module.php');
>
> $module = Vtiger_Module::getInstance('MODULENAME');
> if($module) {
>     $module->detele();
> }
> ?>
>
> NOTE:
>
>    1. The underlying tables are not deleted to make sure data is not lost
>    !
>    2. You need to manually delete the related folders from
>    modules/MODULENAME
>
> Hope this was useful information.
>
> Regards,
> Prasad
> vtiger Team
>
> On 3/6/09, David fire <ddfire at gmail.com> wrote:
>
>> hi
>> how to uninstall vtlib installed module?
>> i cant find any option in the module manager maybe you should add the
>> option.
>> Thanks
>> David
>>
>> --
>> (\__/)
>> (='.'=)This is Bunny. Copy and paste bunny into your
>> (")_(")signature to help him gain world domination.
>>
>>
>> _______________________________________________
>> Reach hundreds of potential candidates - http://jobs.vtiger.com
>>
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>



-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20090306/19b6d181/attachment-0003.html 


More information about the vtigercrm-developers mailing list