12 lines
326 B
PHP
12 lines
326 B
PHP
|
|
<?
|
||
|
|
/*************************************************************
|
||
|
|
* Mambo Community Builder
|
||
|
|
* Author MamboJoe
|
||
|
|
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
|
||
|
|
*************************************************************/
|
||
|
|
|
||
|
|
function com_uninstall() {
|
||
|
|
echo "Component successfully uninstalled.";
|
||
|
|
}
|
||
|
|
|
||
|
|
?>
|