cmis.install in CMIS API 6.4
Same filename and directory in other branches
File
cmis.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function cmis_uninstall() {
variable_del('cmis_vendor');
}
Functions
Name | Description |
---|---|
cmis_uninstall | Implementation of hook_uninstall(). |