cvs: smarty / NEWS /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1076185761@cvsserver> |
messju Sat Feb 7 15:29:21 2004 EDT
Modified files:
/smarty NEWS
/smarty/libs Smarty.class.php
Log:
changed default for use_sub_dirs to false
http://cvs.php.net/diff.php/smarty/NEWS?r1=1.432&r2=1.433&ty=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.432 smarty/NEWS:1.433
--- smarty/NEWS:1.432 Tue Jan 27 17:55:41 2004
+++ smarty/NEWS Sat Feb 7 15:29:20 2004
@@ -1,3 +1,4 @@
+ - change default for use_sub_dirs to false (messju)
- fix quoting of values in smarty_function_popup() (messju)
- fix handling of hidden sections in Config_File (messju)
- add handling of resources for {config_load} (messju)
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.475&r2=1.476&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.475 smarty/libs/Smarty.class.php:1.476
--- smarty/libs/Smarty.class.php:1.475 Sun Jan 25 10:36:05 2004
+++ smarty/libs/Smarty.class.php Sat Feb 7 15:29:20 2004
@@ -43,7 +43,7 @@
* @version 2.6.2-dev
*/
-/* $Id: Smarty.class.php,v 1.475 2004/01/25 15:36:05 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.476 2004/02/07 20:29:20 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -307,7 +307,7 @@
* @var boolean
*
*/
- var $use_sub_dirs = true;
+ var $use_sub_dirs = false;
/**
* This is a list of the modifiers to apply to all template variables.
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php