git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
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.";
|
|
}
|
|
|
|
?>
|