From 9f7d2fa9bd415636f74f1325fe5f4ce6b0be546c Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 18 Apr 2005 07:36:23 +0000 Subject: [PATCH] lowercase package tag. fix phpdoc block. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9330 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/template/template.class.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/class/template/template.class.php b/class/template/template.class.php index 5fb9d168..a4cc40ba 100755 --- a/class/template/template.class.php +++ b/class/template/template.class.php @@ -7,13 +7,10 @@ * This file contains some methods from the Smarty templating engine version * 2.5.0 by Monte Ohrt and Andrei Zmievski . * - * @version $Id$ - */ - -/** * The SquirrelMail (Foowd) template implementation. * Derived from the foowd template implementation and adapted * for squirrelmail + * @version $Id$ * @package SquirrelMail */ @@ -26,7 +23,7 @@ * @author Paul James * @author Monte Ohrt * @author Andrei Zmievski - * @package SquirrelMail + * @package squirrelmail */ class Template { -- 2.25.1