cmis_browser.install in CMIS API 7
File
cmis_browser/cmis_browser.installView source
<?php
/**
* Implementation of hook_install()
*/
function cmis_browser_install() {
return;
}
/**
* Implementation of hook_uninstall()
*/
function cmis_browser_uninstall() {
variable_del('cmis_browser_root');
return;
}
Functions
Name | Description |
---|---|
cmis_browser_install | Implementation of hook_install() |
cmis_browser_uninstall | Implementation of hook_uninstall() |