Changeset 9891

Show
Ignore:
Timestamp:
06/22/10 13:46:43 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4366 and fixes #4354 guielements should not be trying to do translations on passed in values, this should be done in the calling module prior to passing in the value

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.8/amp_conf/htdocs/admin/components.class.php

    r9644 r9891  
    314314          $htmlout .= "\t<tr>\n"; 
    315315          $htmlout .= "\t\t<td colspan=\"2\">"; 
    316           $htmlout .= "<h5>" . _($section) . "<hr></h5>"; 
     316          $htmlout .= "<h5>" . $section . "<hr></h5>"; 
    317317          $htmlout .= "</td>\n"; 
    318318          $htmlout .= "\t</tr>\n";