<?php
/**
* Joomla! 1.5 component JoomlaRadio6
*
* @version $Id: uninstall.joomlaradio6.php 2009-03-09 12:24:08 svn $
* @author RvA
* @package Joomla
* @subpackage JoomlaRadio6
* @license Copyright (c) 2009 - All Rights Reserved
*
* Joomla Radio 6.0
*
* This component file was created using the Joomla Component Creator by Not Web Design
* http://www.notwebdesign.com/joomla_component_creator/
*
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// Set a simple message
$application = JFactory::getApplication();
$application->enqueueMessage( JText::_( 'NOTE: Database tables were NOT removed to allow for upgrades' ), 'notice' ) ;
?>