~ubuntu-branches/ubuntu/lucid/smarty/lucid

« back to all changes in this revision

Viewing changes to libs/Config_File.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-12-27 12:57:51 UTC
  • mfrom: (0.1.9 upstream) (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081227125751-6jzkf18bqv5tc8te
Tags: 2.6.22-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #311806):
  - debian/Makefile: Modified so libs will be installed to correct directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * License along with this library; if not, write to the Free Software
18
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
 *
20
 
 * @link http://smarty.php.net/
21
 
 * @version 2.6.20
 
20
 * For questions, help, comments, discussion, etc., please join the
 
21
 * Smarty mailing list. Send a blank e-mail to
 
22
 * smarty-discussion-subscribe@googlegroups.com 
 
23
 *
 
24
 * @link http://www.smarty.net/
 
25
 * @version 2.6.22
22
26
 * @copyright Copyright: 2001-2005 New Digital Group, Inc.
23
27
 * @author Andrei Zmievski <andrei@php.net>
24
28
 * @access public
25
29
 * @package Smarty
26
30
 */
27
31
 
28
 
/* $Id: Config_File.class.php 2702 2007-03-08 19:11:22Z mohrt $ */
 
32
/* $Id: Config_File.class.php 2786 2008-09-18 21:04:38Z Uwe.Tews $ */
29
33
 
30
34
/**
31
35
 * Config file reading class