diff options
author | patdenice <patdenice@piwigo.org> | 2008-12-09 16:08:48 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-12-09 16:08:48 +0000 |
commit | c7e54656feccfe2be6456d58775d46ec2d722ea4 (patch) | |
tree | bbbc3e06d7d978e229b5d35dcbb3c1c0193f0759 /include/smarty/libs/Config_File.class.php | |
parent | c3e65e4a862ed505f2524767db84978de741fa21 (diff) |
Update Smarty to 2.6.21
git-svn-id: http://piwigo.org/svn/trunk@2961 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 |