diff options
Diffstat (limited to 'framework/I18N/core/NumberFormat.php')
-rw-r--r-- | framework/I18N/core/NumberFormat.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/NumberFormat.php b/framework/I18N/core/NumberFormat.php index ded64782..4bd8c838 100644 --- a/framework/I18N/core/NumberFormat.php +++ b/framework/I18N/core/NumberFormat.php @@ -14,9 +14,11 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.6 $ $Date: 2005/12/20 09:32:42 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; + /** * Get the NumberFormatInfo class file. */ @@ -69,7 +71,7 @@ require_once(dirname(__FILE__).'/util.php'); * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> * @version v1.0, last update on Fri Dec 10 18:10:20 EST 2004 - * @package System.I18N.core + * @package Prado\I18N\core */ class NumberFormat { |