Author: FabianLange
Date: 2010-03-23 17:37:43 +0100 (Tue, 23 Mar 2010)
New Revision: 28723
Modified:
branches/1.3/lib/i18n/sfNumberFormat.class.php
branches/1.4/lib/i18n/sfNumberFormat.class.php
Log:
[1.3, 1.4] removed dead code
Modified: branches/1.3/lib/i18n/sfNumberFormat.class.php
===================================================================
--- branches/1.3/lib/i18n/sfNumberFormat.class.php 2010-03-23 16:16:13 UTC
(rev 28722)
+++ branches/1.3/lib/i18n/sfNumberFormat.class.php 2010-03-23 16:37:43 UTC
(rev 28723)
@@ -141,10 +141,6 @@
{
$suffix = $this->formatInfo->NegativePattern;
}
- else
- {
- $suffix = array('', '');
- }
// append and prepend suffix
$result = $suffix[0].$result.$suffix[1];
Modified: branches/1.4/lib/i18n/sfNumberFormat.class.php
===================================================================
--- branches/1.4/lib/i18n/sfNumberFormat.class.php 2010-03-23 16:16:13 UTC
(rev 28722)
+++ branches/1.4/lib/i18n/sfNumberFormat.class.php 2010-03-23 16:37:43 UTC
(rev 28723)
@@ -141,10 +141,6 @@
{
$suffix = $this->formatInfo->NegativePattern;
}
- else
- {
- $suffix = array('', '');
- }
// append and prepend suffix
$result = $suffix[0].$result.$suffix[1];
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.