HomeHelpTrac

Changeset 15711 for trunk/inc


Ignore:
Timestamp:
11/29/11 00:03:24 (6 months ago)
Author:
Alexander Trofimov
Message:

Grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/languages.inc.php

    r15708 r15711  
    507507} 
    508508 
     509function _t_format_currency ($fPrice) { 
     510    return _t('_sys_currency', getParam('currency_sign'), sprintf("%02f", (float)$fPrice)); 
     511} 
     512 
    509513function _t_format_extensions ($mixedExtensions) { 
    510514    if (!is_array($mixedExtensions)) 
Note: See TracChangeset for help on using the changeset viewer.