ソースを参照

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

Fredrik Jervfors 21 年 前
コミット
5534ff479f

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

+ 1 - 1
include/options/display.php

@@ -8,7 +8,7 @@
  *
  * Displays all optinos about display preferences
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
include/options/folder.php

@@ -8,7 +8,7 @@
  *
  * Displays all options relating to folders
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

+ 1 - 1
include/options/personal.php

@@ -8,7 +8,7 @@
  *
  * Displays all options relating to personal information
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 

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