示例#1
0
 /**
  * Method to remove a favourite
  *
  * @access	public
  * @return	boolean	True on success
  * @since	1.0
  */
 function removefav()
 {
     return flexicontent_db::removefav($type = 1, $this->_id, JFactory::getUser()->id);
 }