From cf6f9b3123b0105699554370046ada0c3ed985c0 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 3 Jul 2005 15:48:59 +0000 Subject: [PATCH] fix formating. phpdoc complained about unknown tag. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9712 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/identity.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/identity.php b/functions/identity.php index 62bcf3b5..e4fc9325 100644 --- a/functions/identity.php +++ b/functions/identity.php @@ -13,8 +13,9 @@ * @since 1.4.2 */ -/** @ignore - * Used to simplify includes */ +/** Used to simplify includes + * @ignore + */ if (!defined('SM_PATH')) { define('SM_PATH','../'); } -- 2.25.1