|
From: Ruediger H. <hae...@us...> - 2005-07-13 09:16:53
|
Update of /cvsroot/pn-commerce/pn-commerce/pntemplates/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32238/pntemplates/plugins Modified Files: modifier.pncShowAsPrice.php Log Message: Enable use of country specific separators for item weight. Index: modifier.pncShowAsPrice.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pntemplates/plugins/modifier.pncShowAsPrice.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** modifier.pncShowAsPrice.php 1 Aug 2004 15:45:19 -0000 1.13 --- modifier.pncShowAsPrice.php 13 Jul 2005 09:16:45 -0000 1.14 *************** *** 50,54 **** $temp = number_format( $amount, $decimals, $decimaldelimiter, $thousandssep); ! if( ($showcurrency==true) || ($locsetting['DefaultCurrencySymbol']>0) ) { switch($locsetting['DefaultCurrencySymbol']) --- 50,54 ---- $temp = number_format( $amount, $decimals, $decimaldelimiter, $thousandssep); ! if ($showcurrency==true) { switch($locsetting['DefaultCurrencySymbol']) *************** *** 98,100 **** } ! ?> \ No newline at end of file --- 98,100 ---- } ! ?> |