Show
Ignore:
Timestamp:
09/17/08 13:34:04 (5 years ago)
Author:
p_lindheimer
Message:

fixes #3208 puts Disabled in place of empty feature code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/paging/page.paging.php

    r6304 r6763  
    7676  $oncode = $fcc->getCodeActive(); 
    7777  unset($fcc); 
     78  if ($oncode === '') { 
     79    $oncode = "("._("Disabled").")"; 
     80  } 
    7881  $fcc = new featurecode('paging', 'intercom-off'); 
    7982  $offcode = $fcc->getCodeActive(); 
    8083  unset($fcc); 
     84  if ($offcode === '') { 
     85    $offcode = "("._("Disabled").")"; 
     86  } 
    8187?> 
    8288<p>