use different variable name in order to preserve original variable data
[squirrelmail.git] / plugins / calendar / index.php
index e89499d6dab32b976a43f5162879f2a704fc96cf..24d528920600d27019f5da85b26d85768ca1d244 100644 (file)
@@ -3,15 +3,17 @@
 /**
  * index.php -- Displays the main frameset
  *
- * Copyright (c) 2002-2003 The SquirrelMail Project Team
+ * Copyright (c) 2002-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Redirects to the login page.
  *
  * $Id$
+ * @package plugins
+ * @subpackage calendar
  */
 
 header("Location:../../src/login.php\n\n");
 exit();
 
-?>
+?>
\ No newline at end of file