From: jervfors Date: Sat, 22 May 2004 23:46:57 +0000 (+0000) Subject: Phpdocumentor update - sed is your friend for these kinds of things ;) X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=763b63fe1203f87159a95fb76b0e7e7900967d32 Phpdocumentor update - sed is your friend for these kinds of things ;) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7521 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 50a726e0..1865b095 100644 --- a/functions/mailbox_display.php +++ b/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 */ diff --git a/include/load_prefs.php b/include/load_prefs.php index 49a74cc5..e9962c2f 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -9,7 +9,7 @@ * Loads preferences from the $username.pref file used by almost * every other script in the source directory and alswhere. * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/include/options/display.php b/include/options/display.php index 60eaa47a..aebe8141 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -8,7 +8,7 @@ * * Displays all optinos about display preferences * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/include/options/folder.php b/include/options/folder.php index 7759fedc..8ca1f09c 100644 --- a/include/options/folder.php +++ b/include/options/folder.php @@ -8,7 +8,7 @@ * * Displays all options relating to folders * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/include/options/personal.php b/include/options/personal.php index 4bd01e76..07b16a3a 100644 --- a/include/options/personal.php +++ b/include/options/personal.php @@ -8,7 +8,7 @@ * * Displays all options relating to personal information * - * $Id$ + * @version $Id$ * @package squirrelmail */ diff --git a/include/validate.php b/include/validate.php index 6d278c2f..339c8ed6 100644 --- a/include/validate.php +++ b/include/validate.php @@ -6,7 +6,7 @@ * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * -* $Id$ +* @version $Id$ * @package squirrelmail */