diff options
author | patdenice <patdenice@piwigo.org> | 2009-07-15 11:41:41 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-07-15 11:41:41 +0000 |
commit | 74476e34e0c31f4a691a8f6db8cc400991fe5d09 (patch) | |
tree | f85410388681098433587391d5a694462b79755a /include/smarty/libs/Config_File.class.php | |
parent | c975589d630bfce84a3c128478b83b15666fa572 (diff) |
Update smarty to 2.6.26
git-svn-id: http://piwigo.org/svn/branches/2.0@3583 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/smarty/libs/Config_File.class.php b/include/smarty/libs/Config_File.class.php index 31b890750..5787ad15f 100644 --- a/include/smarty/libs/Config_File.class.php +++ b/include/smarty/libs/Config_File.class.php @@ -22,14 +22,14 @@ * smarty-discussion-subscribe@googlegroups.com * * @link http://www.smarty.net/ - * @version 2.6.22 + * @version 2.6.26 * @copyright Copyright: 2001-2005 New Digital Group, Inc. * @author Andrei Zmievski <andrei@php.net> * @access public * @package Smarty */ -/* $Id: Config_File.class.php 2786 2008-09-18 21:04:38Z Uwe.Tews $ */ +/* $Id: Config_File.class.php 3149 2009-05-23 20:59:25Z monte.ohrt $ */ /** * Config file reading class |