'; $img_WARN = ''; $img_ERROR = ''; $BR = '
'; //--uninstall... $db = & JFactory::getDBO(); $query = "DROP TABLE IF EXISTS `#__vxc`;"; $db->setQuery($query); if( ! $db->query() ) { echo $img_ERROR.JText::_('Unable to delete table').$BR; echo $db->getErrorMsg(); return false; } if( $errors ) { return false; } return true; }// function