diff options
author | patdenice <patdenice@piwigo.org> | 2009-07-15 11:43:44 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-07-15 11:43:44 +0000 |
commit | 0870a47e996eab0046b3bd7be54dc8fe361b25e7 (patch) | |
tree | bb8869b3ee1d363ebd71c883f7ba3878738bcb24 /include/smarty/libs/Config_File.class.php | |
parent | 475b084d70e954ef95c8646f05623180ab14974d (diff) |
merge r3583 from branch 2.0 to trunk
Update smarty to 2.6.26
git-svn-id: http://piwigo.org/svn/trunk@3584 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |