diff options
author | patdenice <patdenice@piwigo.org> | 2008-12-19 18:12:48 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-12-19 18:12:48 +0000 |
commit | d1e100bd03071dc42bf0fc7c4fc1950a6288c972 (patch) | |
tree | e3f2a3344d41fc1049e52a2b708291c22e6f3980 /include/smarty/libs/Smarty.class.php | |
parent | 1833f1138df4303d52c5afb71abd4cd80162ec15 (diff) |
Upgrade Smarty to 2.6.22
git-svn-id: http://piwigo.org/svn/trunk@3000 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/smarty/libs/Smarty.class.php')
-rw-r--r-- | include/smarty/libs/Smarty.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/smarty/libs/Smarty.class.php b/include/smarty/libs/Smarty.class.php index 7cdc0c835..95ec67bab 100644 --- a/include/smarty/libs/Smarty.class.php +++ b/include/smarty/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Monte Ohrt <monte at ohrt dot com> * @author Andrei Zmievski <andrei@php.net> * @package Smarty - * @version 2.6.21 + * @version 2.6.22 */ /* $Id: Smarty.class.php 2785 2008-09-18 21:04:12Z Uwe.Tews $ */ @@ -464,7 +464,7 @@ class Smarty * * @var string */ - var $_version = '2.6.21'; + var $_version = '2.6.22'; /** * current template inclusion depth |