Archived
Upgrade Smarty to 2.6.18
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
* @author Monte Ohrt <monte at ohrt dot com>
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @package Smarty
|
||||
* @version 2.6.14
|
||||
* @version 2.6.18
|
||||
*/
|
||||
|
||||
/* $Id: Smarty.class.php,v 1.524 2006/01/18 19:02:52 mohrt Exp $ */
|
||||
/* $Id: Smarty.class.php,v 1.528 2007/03/06 10:40:06 messju Exp $ */
|
||||
|
||||
/**
|
||||
* DIR_SEP isn't used anymore, but third party apps might
|
||||
@@ -464,7 +464,7 @@ class Smarty
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $_version = '2.6.14';
|
||||
var $_version = '2.6.18';
|
||||
|
||||
/**
|
||||
* current template inclusion depth
|
||||
|
||||
Reference in New Issue
Block a user