From 466805978cdde5648bf5a3d63decc834ee984dc9 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 29 Oct 2009 13:39:02 +0000 Subject: [PATCH] add SVN Id --- libs/Smarty.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 2f63067d..acd9a390 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -3,6 +3,7 @@ /** * Project: Smarty: the PHP compiling template engine * File: Smarty.class.php +* SVN: $Id$ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -27,7 +28,7 @@ * @author Monte Ohrt * @author Uwe Tews * @package Smarty -* @version 3-SVN$Rev$ +* @version 3-SVN$Rev: 3286 $ */ /** @@ -93,7 +94,7 @@ spl_autoload_register('smartyAutoload'); */ class Smarty extends Smarty_Internal_TemplateBase { // smarty version - public static $_version = 'Smarty3-SVN$Rev$' + public static $_version = 'Smarty3-SVN$Rev: 3286 $' // auto literal on delimiters with whitspace public $auto_literal = true; // display error on not assigned variabled