Phpdocumentor update - sed is your friend for these kinds of things ;)
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 21 May 2004 23:56:53 +0000 (23:56 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 21 May 2004 23:56:53 +0000 (23:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7516 7612ce4b-ef26-0410-bec9-ea0150e637f0

54 files changed:
functions/attachment_common.php
functions/auth.php
functions/constants.php
functions/date.php
functions/db_prefs.php
functions/decode/cp1250.php
functions/decode/cp1251.php
functions/decode/cp1252.php
functions/decode/cp1253.php
functions/decode/cp1254.php
functions/decode/cp1255.php
functions/decode/cp1256.php
functions/decode/cp1257.php
functions/decode/cp1258.php
functions/decode/cp855.php
functions/decode/cp866.php
functions/decode/iso_8859_1.php
functions/decode/iso_8859_10.php
functions/decode/iso_8859_11.php
functions/decode/iso_8859_13.php
functions/decode/iso_8859_14.php
functions/decode/iso_8859_15.php
functions/decode/iso_8859_16.php
functions/decode/iso_8859_2.php
functions/decode/iso_8859_3.php
functions/decode/iso_8859_4.php
functions/decode/iso_8859_5.php
functions/decode/iso_8859_6.php
functions/decode/iso_8859_7.php
functions/decode/iso_8859_8.php
functions/decode/iso_8859_9.php
functions/decode/iso_ir_111.php
functions/decode/koi8_r.php
functions/decode/koi8_u.php
functions/decode/ns_4551_1.php
functions/decode/tis_620.php
functions/decode/us_ascii.php
functions/decode/utf_8.php
functions/display_messages.php
functions/encode/utf_8.php
functions/file_prefs.php
functions/global.php
functions/html.php
functions/identity.php
functions/index.php
functions/mailbox_display.php
functions/mime.php
functions/options.php
functions/page_header.php
functions/plugin.php
functions/prefs.php
functions/strings.php
functions/tree.php
functions/url_parser.php

index 3f415a217953a7b9cde471d161a3b32d7534ddb0..dcb700c9bd3fe4b90c6e1e79a6f2e6d00d25c193 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This file provides the handling of often-used attachment types.
  *
  *
  * This file provides the handling of often-used attachment types.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 606bbe32048ae8091d289b848255dc5e381f81eb..72a7b75eca5c6f6b38479f5eb168ac2672e98799 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Contains functions used to do authentication.
  *
  *
  * Contains functions used to do authentication.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 649febf8f1ad4ec409139479b73a4a61758cc112..d4b1d9b870cf8664f298bdf1a257e3f2c8d964a3 100644 (file)
@@ -10,7 +10,7 @@
  * This file is include by src/login.php, src/redirect.php and
  * src/load_prefs.php.
  *
  * This file is include by src/login.php, src/redirect.php and
  * src/load_prefs.php.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 2f65cc6cc3a8aa311cdc33082c98481f0ad958ff..85c5bae9755666ab0f23711846cb14fac9d3f7bd 100644 (file)
@@ -11,7 +11,7 @@
  *       <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
  *       <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index d7279a31dcdfbb31347703c74c88cff41e3e7396..e9493aeaaa528607f7c79f7bd376294a58f6ebfa 100644 (file)
@@ -25,7 +25,7 @@
  * Configuration of databasename, username and password is done
  * by using conf.pl or the administrator plugin
  *
  * Configuration of databasename, username and password is done
  * by using conf.pl or the administrator plugin
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index cd9f445d4b6f2016877cbab3e61891b2dcc9f165..bff8fa3b06c82e2c1eb14313a094c129d6d32ffa 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1250.php
 <?php
 /**
  * decode/cp1250.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 0bfc41d821b44f945878deb6186a4c56db02ea63..c7ddcde307633539335a7a96c766aa5eed68eb8b 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1251.php
 <?php
 /**
  * decode/cp1251.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 26e6de326b665c820d196f42e892b99cf1a016cc..56218332214a5c3ab5ef1e9bc23dd91d5ce408e4 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1252.php
 <?php
 /**
  * decode/cp1252.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 0af18c54e2c8ba874d49b9efeb1261e0a2549445..445a38c6d71983c3fccd17efae51b239ee100b76 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1253.php
 <?php
 /**
  * decode/cp1253.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index fc809ae28fc1fa9d20d2913b7aaac386fe0233d5..2a6276fbf6abac3aae548ec4cc963f904a2625d7 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1254.php
 <?php
 /**
  * decode/cp1254.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 85fea16261816216b55887c0966ae6d24644dc04..08c51bec76ecb084faec1aba34cbb6e377878240 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1255.php
 <?php
 /**
  * decode/cp1255.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          1/7/2000
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          1/7/2000
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 8946c92ba9d7b1d4155a6b21d41fe7909ba5117a..a61a43cc89dc60e58fe7c409c845dbedb7dafd83 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1256.php
 <?php
 /**
  * decode/cp1256.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          01/5/99
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          01/5/99
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index e930dff787481475b3aa2a19315f8117cc6634ea..fce56b207c93772f3637d361437c57df56c6e1b1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1257.php
 <?php
 /**
  * decode/cp1257.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index e1b688deb6ad915bca9ac95d834016fe123af21e..79b4a6c95f19151937b676c981a387a2a9aaf041 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp1258.php
 <?php
 /**
  * decode/cp1258.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 81e29f2dc4e0971560cc6d164f92628404f381e7..97dd27f40d236d78333393452bad0400a55e000c 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp855.php
 <?php
 /**
  * decode/cp855.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
  *   Date:          04/24/96
  *   Authors:       Lori Brownell <loribr@microsoft.com>
  *                  K.D. Chang    <a-kchang@microsoft.com>
  *   Date:          04/24/96
  *   Authors:       Lori Brownell <loribr@microsoft.com>
  *                  K.D. Chang    <a-kchang@microsoft.com>
+ * 
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index a671518e749e0a00c3c2140c684b5e365a6d33e5..91cea2b0bfec48158d7790bce94c952f78d2d8b6 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/cp866.php
 <?php
 /**
  * decode/cp866.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -20,6 +19,8 @@
     Authors:       Lori Brownell <loribr@microsoft.com>
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
     Authors:       Lori Brownell <loribr@microsoft.com>
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
+ * 
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
 */
  * @package squirrelmail
  * @subpackage decode
 */
index e353d3e0f7995eee885a083990bb177a44bc0512..6efc59c04714e4824ee111bf9560e5fa20d68101 100644 (file)
@@ -1,13 +1,14 @@
 <?php
 /**
  * decode/iso8859-1.php
 <?php
 /**
  * decode/iso8859-1.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file contains iso-8859-1 decoding function that is needed to read
  * iso-8859-1 encoded mails in non-iso-8859-1 locale.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file contains iso-8859-1 decoding function that is needed to read
  * iso-8859-1 encoded mails in non-iso-8859-1 locale.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index c8e0d07a831cfe3e9b6bfda8f1c0c6ae47e968f3..1d611a1c26b1e78e9821c0b8d015160007cb0ebc 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-10.php
 <?php
 /**
  * decode/iso8859-10.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index d8efd24a6ecb99f00878d30876c4dc051549890a..d2036ea754d34d7d38150be479762ba4d16e26bb 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-11.php
 <?php
 /**
  * decode/iso8859-11.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 68115a3bcd8206784cf69703649ca3095a55ce5e..0fb0acb13b8691d3dae496b057accb6fda4fe5ef 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-13.php
 <?php
 /**
  * decode/iso8859-13.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index de2c7bbeec879de436a29b0defabfb9eacf3f7b4..8921bab72ffaa68c2410127da1c67227913d8109 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-14.php
 <?php
 /**
  * decode/iso8859-14.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -36,6 +35,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index cc56f0b7e11845b173536040353252ed8a694498..6f8c9b3af0a1f82820dea2bfb0f91f5fa66e9b11 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-15.php
 <?php
 /**
  * decode/iso8859-15.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -36,6 +35,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 1aefa81772e8e6425389e5b7d0c9f1e0052543a5..6cab03a351bc3c7e9ca26bb94f100f79b32e9ad1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-16.php
 <?php
 /**
  * decode/iso8859-16.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index dd69d7fcb08d268029fe52466e046303acf53833..da68adcce2aee19852311a4e8883779511c3832b 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-2.php
 <?php
 /**
  * decode/iso8859-2.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 8ca1a6327c5b25ad5604af5d6fa0f90d8c1b1369..b39a3a11c20351ef1d7dece50bf353d9311d6acf 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-3.php
 <?php
 /**
  * decode/iso8859-3.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 7f42e0185080712b91e4b6b2972ffe1ca28bc8a0..2a3100e369f1f7f718588656a86c11785974dd86 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-4.php
 <?php
 /**
  * decode/iso8859-4.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index bf4fea41cab718a2b1edd7e6892cbf12afecb66e..b3a9218bf86e2d1e7caf7afdc7676719052ca136 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-5.php
 <?php
 /**
  * decode/iso8859-5.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 02aae3121a7301fd7686f87397ec32647d42b3b1..f1b5294c3a9135bbc08029de315f18aca25e2695 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-6.php
 <?php
 /**
  * decode/iso8859-6.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 38bf966d6d233839dc11464b762dd17771a4ed93..350b559e51e262dd4207d2ae0196946396a8fb24 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-7.php
 <?php
 /**
  * decode/iso8859-7.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 451a82dd5c1cdd1d201281b738b8bba6c1f185dc..f78dd188ab55b45d9fb63d35b63ce445bbc2147a 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-8.php
 <?php
 /**
  * decode/iso8859-8.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index c117a4a8465f0754228cad73fd7e3aae8c111433..3cd3b4828f7af96280939de7f11410deacecab7c 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso8859-9.php
 <?php
 /**
  * decode/iso8859-9.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,8 @@
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 0842540b253b2d908f51ae1151b463812beb60a0..0d1473dff19f55021818d45248d3f5289321114c 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/iso-ir-111.php
 <?php
 /**
  * decode/iso-ir-111.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -40,6 +39,7 @@
  * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index d0177a090e4c730d3c86999d27a4b1d8c9f5a9a4..f23d306aa71ee5f405a3c2a056225f7f070c46d5 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/koi8-r.php
 <?php
 /**
  * decode/koi8-r.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -35,6 +34,7 @@
  * internal or external distribution as long as this notice remains
  * attached.
  *
  * internal or external distribution as long as this notice remains
  * attached.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 46023bcfaaca727ca2dfdd85e762e991e9b8adf6..061812037660b4f1de630fc80a9c640c02b679a1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/koi8-u.php
 <?php
 /**
  * decode/koi8-u.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -39,6 +38,7 @@
  * HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  *
  * HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 1c990012b620abaae8003c7a2fac77ae118eb84b..dfed843c442947c9910f51fc950c6fe2d14a7c43 100644 (file)
@@ -12,7 +12,7 @@
  * This is the same as ISO-646-NO and is used by some
  * Microsoft programs when sending Norwegian characters 
  *
  * This is the same as ISO-646-NO and is used by some
  * Microsoft programs when sending Norwegian characters 
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 7bbd6870db1447b9ddf8729ea7b51c922f0719ea..027e6a12fe5dd1db4b7f52689fd546bc1b6852b6 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/tis620.php
 <?php
 /**
  * decode/tis620.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -34,6 +33,7 @@
  *  5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
  *  6. http://www.unicode.org/
  *
  *  5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
  *  6. http://www.unicode.org/
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 700613f3a06a22874235510bdb4a8b3e8f231cf5..de7d7c92cb4055c5c569131157f45f31d6bfa3c0 100644 (file)
@@ -11,7 +11,7 @@
  *
  * Function replaces all 8bit symbols with '?' marks
  *
  *
  * Function replaces all 8bit symbols with '?' marks
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index ca2e73b154280ae4ff1dae20bc1f655052aff52f..8287b5154c0bf1181b38874063231472f2285a82 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * decode/utf-8.php
 <?php
 /**
  * decode/utf-8.php
- * $Id$
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -17,6 +16,7 @@
  *
  * decoding cycle is unfinished. please test and report problems to tokul@users.sourceforge.net
  * 
  *
  * decoding cycle is unfinished. please test and report problems to tokul@users.sourceforge.net
  * 
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */
  * @package squirrelmail
  * @subpackage decode
  */
index 90fbca7c76fe4652bdcf8914f819d0c93b48e7ce..243642b180f3971f6bffe33aad029b011ea6ae5a 100644 (file)
@@ -9,7 +9,7 @@
  * This contains all messages, including information, error, and just
  * about any other message you can think of.
  *
  * This contains all messages, including information, error, and just
  * about any other message you can think of.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index ae73daec0bbb655474694f140d307ba5d1a47d32..a3dc34009cb2c5b220338645827e99776db1124b 100644 (file)
@@ -9,6 +9,7 @@
  * code is taken from www.php.net manual comments
  * Author: ronen at greyzone dot com
  *
  * code is taken from www.php.net manual comments
  * Author: ronen at greyzone dot com
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage encode
  * @param $source string of unicode entities [STRING]
  * @package squirrelmail
  * @subpackage encode
  * @param $source string of unicode entities [STRING]
index e4128326f0cac98a183061acd01421b56800cf90..224e9890bbbe311cf6637dbfa53d682cf3feaf04 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This contains functions for manipulating user preferences in files
  *
  *
  * This contains functions for manipulating user preferences in files
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 673008e5691df50173023045b53261b5ee0f673e..856e8a0105e0d59f5d9fa5ec4340eef6143a386c 100644 (file)
@@ -10,7 +10,7 @@
  * It also has some session register functions that work across various
  * php versions. 
  *
  * It also has some session register functions that work across various
  * php versions. 
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index c07964163fc3d78301df24167d875830e51da8d1..01e3ab1524aec26c0322cffdc03cc51082aecc17 100644 (file)
@@ -10,7 +10,7 @@
  * the right to left implementation by "functionize" some
  * html outputs.
  *
  * the right to left implementation by "functionize" some
  * html outputs.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 130267cffd025382797b3291839310e0f87e1f8b..e4e0d4d1f1dd0d8ba7b2c1191d8e3919a97a6082 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This contains utility functions for dealing with multiple identities
  *
  *
  * This contains utility functions for dealing with multiple identities
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index f606301d7f85a3d263b9f4d651156b37d9264274..cd42c7b2fdc8f1dc4bfd7a9351b94529ec600efd 100644 (file)
@@ -10,7 +10,7 @@
  * people to the login screen. At this point no attempt is made to see if
  * the person is logged or not.
  *
  * people to the login screen. At this point no attempt is made to see if
  * the person is logged or not.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 66d80ed8a7932148604f81e3b816f28ecb5d794d..fd0e495507216082a4bb7a027133e21c8238600e 100644 (file)
@@ -9,7 +9,7 @@
 * This contains functions that display mailbox information, such as the
 * table row that has sender, date, subject, etc...
 *
 * This contains functions that display mailbox information, such as the
 * table row that has sender, date, subject, etc...
 *
-* $Id$
+* @version $Id$
 * @package squirrelmail
 */
 
 * @package squirrelmail
 */
 
index 3c234d1d2d34d04daab459546a6fb592e0169661..35892b7b9ee0b33c103057cffd59925f41669657 100644 (file)
@@ -9,7 +9,7 @@
  * This contains the functions necessary to detect and decode MIME
  * messages.
  *
  * This contains the functions necessary to detect and decode MIME
  * messages.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 80d925f0c6ebe6cb95215b451e52f5401b659bfa..de63a8f4a5798bcaa73cc93ee3088f069af86ec3 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Functions needed to display the options pages.
  *
  *
  * Functions needed to display the options pages.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 4129316940039fef2e7a6223b64706812c50d4b9..726cf000e1904f449b4667ce4d6cb0861e2a5608 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Prints the page header (duh)
  *
  *
  * Prints the page header (duh)
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 7756b70252cb696cbff2d202018f4b2e80098d28..5fcf0b2c49679c1cf4ac87c8095a0e2174835d40 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Documentation on how to write plugins might show up some time.
  *
  *
  * Documentation on how to write plugins might show up some time.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 1c8ae1e2536412dc8817417f32e3f1716c25ea0a..80cf4104005f6857fe325c019ac981687287a4dd 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This contains functions for manipulating user preferences
  *
  *
  * This contains functions for manipulating user preferences
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index cdf378a14ef9c772edcd964ad7c887e7b90dfad5..6db1afa8364b9f5b67cc82734d9fa168535a337e 100644 (file)
@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index 0b3274fd8123a2a0f15c288528eac7580745ee3a..1566a03ef9532815c00915446ce39a15f8cb0497 100644 (file)
@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
index ba037388285cd93b3296c91039818ef9488105d3..9e35726e915b774565743ecafd09af98fce3778e 100644 (file)
@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */