From f3a91d6be97471cf0fa274d74940541ac2686a20 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 12 Apr 2004 07:18:29 +0000 Subject: [PATCH] phpdoc blocks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7087 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/index.php | 24 +++++++++++------------- plugins/spamcop/options.php | 20 ++++++++++---------- plugins/spamcop/setup.php | 28 +++++++++++++++++----------- plugins/spamcop/spamcop.php | 20 ++++++++++---------- 4 files changed, 48 insertions(+), 44 deletions(-) diff --git a/plugins/spamcop/index.php b/plugins/spamcop/index.php index f01f8baa..275ca632 100644 --- a/plugins/spamcop/index.php +++ b/plugins/spamcop/index.php @@ -1,17 +1,15 @@ "); /** * Show spamcop options block + * @access private */ function spamcop_options() { @@ -132,6 +137,7 @@ function spamcop_options() /** * When we send the email, we optionally trash it then too + * @access private */ function spamcop_while_sending() { diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index 7a69bca7..5c97285d 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -1,14 +1,13 @@