From 31841a9ece7cc2ae90bf52dd92db68142172a47b Mon Sep 17 00:00:00 2001 From: jervfors Date: Fri, 21 May 2004 23:56:53 +0000 Subject: [PATCH] Phpdocumentor update - sed is your friend for these kinds of things ;) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7516 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 2 +- functions/auth.php | 2 +- functions/constants.php | 2 +- functions/date.php | 2 +- functions/db_prefs.php | 2 +- functions/decode/cp1250.php | 3 ++- functions/decode/cp1251.php | 3 ++- functions/decode/cp1252.php | 3 ++- functions/decode/cp1253.php | 3 ++- functions/decode/cp1254.php | 3 ++- functions/decode/cp1255.php | 3 ++- functions/decode/cp1256.php | 3 ++- functions/decode/cp1257.php | 3 ++- functions/decode/cp1258.php | 3 ++- functions/decode/cp855.php | 3 ++- functions/decode/cp866.php | 3 ++- functions/decode/iso_8859_1.php | 3 ++- functions/decode/iso_8859_10.php | 3 ++- functions/decode/iso_8859_11.php | 3 ++- functions/decode/iso_8859_13.php | 3 ++- functions/decode/iso_8859_14.php | 3 ++- functions/decode/iso_8859_15.php | 3 ++- functions/decode/iso_8859_16.php | 3 ++- functions/decode/iso_8859_2.php | 3 ++- functions/decode/iso_8859_3.php | 3 ++- functions/decode/iso_8859_4.php | 3 ++- functions/decode/iso_8859_5.php | 3 ++- functions/decode/iso_8859_6.php | 3 ++- functions/decode/iso_8859_7.php | 3 ++- functions/decode/iso_8859_8.php | 3 ++- functions/decode/iso_8859_9.php | 3 ++- functions/decode/iso_ir_111.php | 2 +- functions/decode/koi8_r.php | 2 +- functions/decode/koi8_u.php | 2 +- functions/decode/ns_4551_1.php | 2 +- functions/decode/tis_620.php | 2 +- functions/decode/us_ascii.php | 2 +- functions/decode/utf_8.php | 2 +- functions/display_messages.php | 2 +- functions/encode/utf_8.php | 1 + functions/file_prefs.php | 2 +- functions/global.php | 2 +- functions/html.php | 2 +- functions/identity.php | 2 +- functions/index.php | 2 +- functions/mailbox_display.php | 2 +- functions/mime.php | 2 +- functions/options.php | 2 +- functions/page_header.php | 2 +- functions/plugin.php | 2 +- functions/prefs.php | 2 +- functions/strings.php | 2 +- functions/tree.php | 2 +- functions/url_parser.php | 2 +- 54 files changed, 80 insertions(+), 53 deletions(-) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 3f415a21..dcb700c9 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -8,7 +8,7 @@ * * This file provides the handling of often-used attachment types. * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/functions/auth.php b/functions/auth.php index 606bbe32..72a7b75e 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -8,7 +8,7 @@ * * Contains functions used to do authentication. * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/functions/constants.php b/functions/constants.php index 649febf8..d4b1d9b8 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -10,7 +10,7 @@ * This file is include by src/login.php, src/redirect.php and * src/load_prefs.php. * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/functions/date.php b/functions/date.php index 2f65cc6c..85c5bae9 100644 --- a/functions/date.php +++ b/functions/date.php @@ -11,7 +11,7 @@ * 29 Jun 1999 09:52:11 -0500 (EDT) * (as specified in RFC 822) -- 'Tue' is optional * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/functions/db_prefs.php b/functions/db_prefs.php index d7279a31..e9493aea 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -25,7 +25,7 @@ * Configuration of databasename, username and password is done * by using conf.pl or the administrator plugin * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/functions/decode/cp1250.php b/functions/decode/cp1250.php index cd9f445d..bff8fa3b 100644 --- a/functions/decode/cp1250.php +++ b/functions/decode/cp1250.php @@ -1,7 +1,6 @@ * K.D. Chang + * + * @version $Id$ * @package squirrelmail * @subpackage decode */ diff --git a/functions/decode/cp866.php b/functions/decode/cp866.php index a671518e..91cea2b0 100644 --- a/functions/decode/cp866.php +++ b/functions/decode/cp866.php @@ -1,7 +1,6 @@ K.D. Chang The entries are in cp866_DOSCyrillicRussian order + * + * @version $Id$ * @package squirrelmail * @subpackage decode */ diff --git a/functions/decode/iso_8859_1.php b/functions/decode/iso_8859_1.php index e353d3e0..6efc59c0 100644 --- a/functions/decode/iso_8859_1.php +++ b/functions/decode/iso_8859_1.php @@ -1,13 +1,14 @@