Project

General

Profile

« Previous | Next » 

Revision 5548f6bc

Added by Patrick Plitzner over 4 years ago

ref #8595 Fix compile error

View differences:

modules/cdm_dataportal/includes/pages.inc
625 625
 * @return string the HTML
626 626
 */
627 627
function render_cdm_description_link($description, $linkText = '') {
628
  if(empty($linkText){
628
  if(empty($linkText)){
629 629
    $linkText = $description->titleCache;
630 630
  }
631 631
  $pathToDescription = path_to_description($description->uuid);

Also available in: Unified diff