Browse Source

Phpdocumentor update - sed is your friend for these kinds of things ;)

Fredrik Jervfors 21 years ago
parent
commit
9d4db8b166
54 changed files with 80 additions and 53 deletions
  1. 1 1
      functions/attachment_common.php
  2. 1 1
      functions/auth.php
  3. 1 1
      functions/constants.php
  4. 1 1
      functions/date.php
  5. 1 1
      functions/db_prefs.php
  6. 2 1
      functions/decode/cp1250.php
  7. 2 1
      functions/decode/cp1251.php
  8. 2 1
      functions/decode/cp1252.php
  9. 2 1
      functions/decode/cp1253.php
  10. 2 1
      functions/decode/cp1254.php
  11. 2 1
      functions/decode/cp1255.php
  12. 2 1
      functions/decode/cp1256.php
  13. 2 1
      functions/decode/cp1257.php
  14. 2 1
      functions/decode/cp1258.php
  15. 2 1
      functions/decode/cp855.php
  16. 2 1
      functions/decode/cp866.php
  17. 2 1
      functions/decode/iso_8859_1.php
  18. 2 1
      functions/decode/iso_8859_10.php
  19. 2 1
      functions/decode/iso_8859_11.php
  20. 2 1
      functions/decode/iso_8859_13.php
  21. 2 1
      functions/decode/iso_8859_14.php
  22. 2 1
      functions/decode/iso_8859_15.php
  23. 2 1
      functions/decode/iso_8859_16.php
  24. 2 1
      functions/decode/iso_8859_2.php
  25. 2 1
      functions/decode/iso_8859_3.php
  26. 2 1
      functions/decode/iso_8859_4.php
  27. 2 1
      functions/decode/iso_8859_5.php
  28. 2 1
      functions/decode/iso_8859_6.php
  29. 2 1
      functions/decode/iso_8859_7.php
  30. 2 1
      functions/decode/iso_8859_8.php
  31. 2 1
      functions/decode/iso_8859_9.php
  32. 1 1
      functions/decode/iso_ir_111.php
  33. 1 1
      functions/decode/koi8_r.php
  34. 1 1
      functions/decode/koi8_u.php
  35. 1 1
      functions/decode/ns_4551_1.php
  36. 1 1
      functions/decode/tis_620.php
  37. 1 1
      functions/decode/us_ascii.php
  38. 1 1
      functions/decode/utf_8.php
  39. 1 1
      functions/display_messages.php
  40. 1 0
      functions/encode/utf_8.php
  41. 1 1
      functions/file_prefs.php
  42. 1 1
      functions/global.php
  43. 1 1
      functions/html.php
  44. 1 1
      functions/identity.php
  45. 1 1
      functions/index.php
  46. 1 1
      functions/mailbox_display.php
  47. 1 1
      functions/mime.php
  48. 1 1
      functions/options.php
  49. 1 1
      functions/page_header.php
  50. 1 1
      functions/plugin.php
  51. 1 1
      functions/prefs.php
  52. 1 1
      functions/strings.php
  53. 1 1
      functions/tree.php
  54. 1 1
      functions/url_parser.php

+ 1 - 1
functions/attachment_common.php

@@ -8,7 +8,7 @@
  *
  * This file provides the handling of often-used attachment types.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/auth.php

@@ -8,7 +8,7 @@
  *
  * Contains functions used to do authentication.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
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
  */
 

+ 1 - 1
functions/date.php

@@ -11,7 +11,7 @@
  *       <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
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
  */
 

+ 2 - 1
functions/decode/cp1250.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1251.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1252.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1253.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1254.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1255.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          1/7/2000
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1256.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          01/5/99
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1257.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *  Table format:  Format A
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp1258.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Table format:  Format A
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp855.php

@@ -1,7 +1,6 @@
 <?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.
@@ -18,6 +17,8 @@
  *   Date:          04/24/96
  *   Authors:       Lori Brownell <loribr@microsoft.com>
  *                  K.D. Chang    <a-kchang@microsoft.com>
+ * 
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/cp866.php

@@ -1,7 +1,6 @@
 <?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.
@@ -20,6 +19,8 @@
     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
 */

+ 2 - 1
functions/decode/iso_8859_1.php

@@ -1,13 +1,14 @@
 <?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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_10.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_11.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_13.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_14.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_15.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_16.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_2.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_3.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_4.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_5.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_6.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_7.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_8.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 2 - 1
functions/decode/iso_8859_9.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
+ *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/iso_ir_111.php

@@ -1,7 +1,6 @@
 <?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.
@@ -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.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/koi8_r.php

@@ -1,7 +1,6 @@
 <?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.
@@ -35,6 +34,7 @@
  * internal or external distribution as long as this notice remains
  * attached.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/koi8_u.php

@@ -1,7 +1,6 @@
 <?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.
@@ -39,6 +38,7 @@
  * HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/ns_4551_1.php

@@ -12,7 +12,7 @@
  * 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
  */

+ 1 - 1
functions/decode/tis_620.php

@@ -1,7 +1,6 @@
 <?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.
@@ -34,6 +33,7 @@
  *  5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
  *  6. http://www.unicode.org/
  *
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/us_ascii.php

@@ -11,7 +11,7 @@
  *
  * Function replaces all 8bit symbols with '?' marks
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/decode/utf_8.php

@@ -1,7 +1,6 @@
 <?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.
@@ -17,6 +16,7 @@
  *
  * decoding cycle is unfinished. please test and report problems to tokul@users.sourceforge.net
  * 
+ * @version $Id$
  * @package squirrelmail
  * @subpackage decode
  */

+ 1 - 1
functions/display_messages.php

@@ -9,7 +9,7 @@
  * This contains all messages, including information, error, and just
  * about any other message you can think of.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 0
functions/encode/utf_8.php

@@ -9,6 +9,7 @@
  * 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]

+ 1 - 1
functions/file_prefs.php

@@ -8,7 +8,7 @@
  *
  * This contains functions for manipulating user preferences in files
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/global.php

@@ -10,7 +10,7 @@
  * It also has some session register functions that work across various
  * php versions. 
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/html.php

@@ -10,7 +10,7 @@
  * the right to left implementation by "functionize" some
  * html outputs.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/identity.php

@@ -8,7 +8,7 @@
  *
  * This contains utility functions for dealing with multiple identities
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/index.php

@@ -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.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/mailbox_display.php

@@ -9,7 +9,7 @@
 * This contains functions that display mailbox information, such as the
 * table row that has sender, date, subject, etc...
 *
-* $Id$
+* @version $Id$
 * @package squirrelmail
 */
 

+ 1 - 1
functions/mime.php

@@ -9,7 +9,7 @@
  * This contains the functions necessary to detect and decode MIME
  * messages.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/options.php

@@ -8,7 +8,7 @@
  *
  * Functions needed to display the options pages.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/page_header.php

@@ -8,7 +8,7 @@
  *
  * Prints the page header (duh)
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/plugin.php

@@ -10,7 +10,7 @@
  *
  * Documentation on how to write plugins might show up some time.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/prefs.php

@@ -8,7 +8,7 @@
  *
  * This contains functions for manipulating user preferences
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/strings.php

@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/tree.php

@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
functions/url_parser.php

@@ -9,7 +9,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the Squirrelmail code.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */