in sqgetGlobalVar, reset $value if it is not found.
[squirrelmail.git] / functions / plugin.php
index 04d7e89da023cf6b57ea28f32c3495b74c9f9afe..b28f550d89effcb9efc1942f9dbc4b31d55dadb9 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * plugin.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file provides the framework for a plugin architecture.
@@ -199,4 +199,4 @@ if (isset($plugins) && is_array($plugins)) {
     }
 }
 
-?>
+?>
\ No newline at end of file