diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-16 10:17:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-16 10:17:20 +0000 |
commit | 159fbc8377832ff8e931cef0413ee571c494ac84 (patch) | |
tree | 7b4446529a561ceef311a8d07fcdb7ce5449861b /include/smarty/libs/Config_File.class.php | |
parent | eef8aa8838ae6fede0dce3b4df65d140e745e830 (diff) |
- upgrade smarty to latest release 2.6.20
git-svn-id: http://piwigo.org/svn/trunk@2538 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 89ba41c45..a10d30469 100644 --- a/include/smarty/libs/Config_File.class.php +++ b/include/smarty/libs/Config_File.class.php @@ -18,14 +18,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @link http://smarty.php.net/ - * @version 2.6.19 + * @version 2.6.20 * @copyright Copyright: 2001-2005 New Digital Group, Inc. * @author Andrei Zmievski <andrei@php.net> * @access public * @package Smarty */ -/* $Id$ */ +/* $Id: Config_File.class.php 2702 2007-03-08 19:11:22Z mohrt $ */ /** * Config file reading class |