cvs: smarty / ChangeLog
[email protected] (changelog) Tue, 20 Dec 2005 06:31:58 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1135060318@cvsserver> |
changelog Tue Dec 20 06:31:58 2005 EDT
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/smarty/ChangeLog?r1=1.403&r2=1.404&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.403 smarty/ChangeLog:1.404
--- smarty/ChangeLog:1.403 Thu Dec 15 06:31:58 2005
+++ smarty/ChangeLog Tue Dec 20 06:31:57 2005
@@ -1,3 +1,9 @@
+2005-12-19 Messju Mohr <[email protected]>
+
+ * libs/plugins/function.math.php:
+ fixed problem with math in certain LC_NUMERIC locales.
+ thanks to wiebren for providing problem+solution.
+
2005-12-14 Messju Mohr <[email protected]>
* NEWS:
@@ -3613,7 +3619,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.403 2005/12/15 06:31:58 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.404 2005/12/20 06:31:57 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>