/**
  * Renders file usage field
  *
  * @param	array		$PA An array with additional configuration options.
  * @param	object		$fobj TCEForms object reference
  * @return	string		The HTML code for the TCEform field
  */
 function tx_dam_fileUsage($PA, $fobj)
 {
     return tx_dam_guiFunc::getReferencesTable($PA['row']['uid']);
 }