- Timestamp:
- 11/29/11 00:03:24 (6 months ago)
- File:
-
- 1 edited
-
trunk/inc/languages.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/languages.inc.php
r15708 r15711 507 507 } 508 508 509 function _t_format_currency ($fPrice) { 510 return _t('_sys_currency', getParam('currency_sign'), sprintf("%02f", (float)$fPrice)); 511 } 512 509 513 function _t_format_extensions ($mixedExtensions) { 510 514 if (!is_array($mixedExtensions))
Note: See TracChangeset
for help on using the changeset viewer.