cvs: smarty / ChangeLog
[email protected] (changelog) Mon, 30 Jan 2006 06:31:57 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1138602717@cvsserver> |
changelog Mon Jan 30 06:31:57 2006 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/smarty/ChangeLog?r1=1.408&r2=1.409&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.408 smarty/ChangeLog:1.409
--- smarty/ChangeLog:1.408 Thu Jan 19 06:31:56 2006
+++ smarty/ChangeLog Mon Jan 30 06:31:57 2006
@@ -1,3 +1,9 @@
+2006-01-29 Messju Mohr <[email protected]>
+
+ * libs/Smarty_Compiler.class.php:
+ removed possiblity for E_NOTICE on an undefined variable in
+ Smarty_Compiler::_compile_if_tag() - thanks to sbeh
+
2006-01-18 Monte Ohrt <[email protected]>
* libs/Config_File.class.php
@@ -3656,7 +3662,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.408 2006/01/19 06:31:56 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.409 2006/01/30 06:31:57 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>