some phpdoc blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 07:50:45 +0000 (07:50 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 07:50:45 +0000 (07:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7092 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php
plugins/filters/index.php
plugins/filters/options.php
plugins/filters/setup.php
plugins/filters/spamoptions.php

index a70aa712b8c479ff7a5c39a5563a09a1fef78979..251fb5ae7950b4ee50b551ce710363b39ab7f5e2 100644 (file)
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
 /**
-*
-*/
+ *
+ */
 function filters_SaveCache () {
     global $data_dir, $SpamFilters_DNScache;
 
index ca8f71f9400986ef3dcbaa3e5303c754883bb03f..ac1800eb7620d46002020dabcd48939b94277d9a 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
-   /**
   **  index.php -- Displays the main frameset
   **
   **  Copyright (c) 1999-2004 The SquirrelMail development team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Redirects to the login page.
   **
   **  $Id$
   * @package plugins
   * @subpackage filters
   **/
+/**
+ *  index.php -- Displays the main frameset
+ *
+ *  Copyright (c) 1999-2004 The SquirrelMail development team
+ *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ *  Redirects to the login page.
+ *
* @version $Id$
+ * @package plugins
+ * @subpackage filters
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();
index 06e892bd55d22576be30978088f69dcbdb0d736e..33aecc752ed3803b2a4faf07da8105c591f05a35 100644 (file)
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
index a1082645d28aa42b57e46909b2dcd16fa802dc84..734386ec7d232372c0dd5832d68f1783147d9cc3 100644 (file)
@@ -21,7 +21,7 @@
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
index 8035c103fe7a40c0de2405b15e26dc704d6a9865..da7209b4cfbb743ebd753f0064b48e9a9030de5e 100644 (file)
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */