cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1081766085@cvsserver> |
messju Mon Apr 12 06:34:45 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
removed unused security_setting 'ALLOW_CONSTANTS'
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.483&r2=1.484&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.483 smarty/libs/Smarty.class.php:1.484
--- smarty/libs/Smarty.class.php:1.483 Wed Apr 7 14:06:06 2004
+++ smarty/libs/Smarty.class.php Mon Apr 12 06:34:44 2004
@@ -30,7 +30,7 @@
* @version 2.6.3-dev
*/
-/* $Id: Smarty.class.php,v 1.483 2004/04/07 18:06:06 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.484 2004/04/12 10:34:44 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -231,8 +231,7 @@
'true','false'),
'INCLUDE_ANY' => false,
'PHP_TAGS' => false,
- 'MODIFIER_FUNCS' => array('count'),
- 'ALLOW_CONSTANTS' => false
+ 'MODIFIER_FUNCS' => array('count')
);
/**
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php