From: jervfors Date: Fri, 21 May 2004 23:56:53 +0000 (+0000) Subject: Phpdocumentor update - sed is your friend for these kinds of things ;) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=31841a9ece7cc2ae90bf52dd92db68142172a47b;p=squirrelmail.git 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 --- 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 @@