diff options
author | patdenice <patdenice@piwigo.org> | 2008-12-09 16:12:25 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-12-09 16:12:25 +0000 |
commit | 5b3a9696ebcc56bb0377e58ad8c12e348848d109 (patch) | |
tree | eb7caa8cc0c71c0aa3680b33d38f7a1dd889775e /include/smarty/libs/Config_File.class.php | |
parent | c12da2fdfa101d01c7fc2766e42bb95aa6ad0c4e (diff) |
merge -c2961 from trunk to branch 2.0.
Update Smarty to 2.6.21
git-svn-id: http://piwigo.org/svn/branches/2.0@2962 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/smarty/libs/Config_File.class.php')
-rw-r--r-- | include/smarty/libs/Config_File.class.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/smarty/libs/Config_File.class.php b/include/smarty/libs/Config_File.class.php index a10d30469..9dc5b3ee8 100644 --- a/include/smarty/libs/Config_File.class.php +++ b/include/smarty/libs/Config_File.class.php @@ -17,15 +17,19 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @link http://smarty.php.net/ - * @version 2.6.20 + * For questions, help, comments, discussion, etc., please join the + * Smarty mailing list. Send a blank e-mail to + * smarty-discussion-subscribe@googlegroups.com + * + * @link http://www.smarty.net/ + * @version 2.6.19-dev * @copyright Copyright: 2001-2005 New Digital Group, Inc. * @author Andrei Zmievski <andrei@php.net> * @access public * @package Smarty */ -/* $Id: Config_File.class.php 2702 2007-03-08 19:11:22Z mohrt $ */ +/* $Id: Config_File.class.php 2786 2008-09-18 21:04:38Z Uwe.Tews $ */ /** * Config file reading class |