From d1532827f9e806c6774c546f0cf19bc55289b21d Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 7 Jun 2004 11:35:37 +0000 Subject: [PATCH] adding phpdoc block in order to remove error message git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7615 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/rfc822address.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/rfc822address.php b/functions/rfc822address.php index 86b141ff..f08ee1e8 100644 --- a/functions/rfc822address.php +++ b/functions/rfc822address.php @@ -12,6 +12,9 @@ * @package squirrelmail */ +/** + * Undocumented defines + */ if (!defined('SQM_ADDR_PERSONAL')) define('SQM_ADDR_PERSONAL', 0); if (!defined('SQM_ADDR_ADLL')) define('SQM_ADDR_ADL', 1); if (!defined('SQM_ADDR_MAILBOX')) define('SQM_ADDR_MAILBOX', 2); -- 2.25.1