Adding more index.php files
[squirrelmail.git] / plugins / info / functions.php
index 8290f2ec03d29712263cffecbafeb1c92671f3a2..5357bf6ca882e0f17f0b7338aa48373d991cc06e 100644 (file)
@@ -4,11 +4,11 @@
  *
  * Here are two functions for the info plugin
  * The first gets the CAPABILITY response from your IMAP server.
- * The second runs the passed IMAP test and returns the results 
+ * The second runs the passed IMAP test and returns the results
  * The third prints the results of the IMAP command
  * to options.php.
  *
- * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @copyright (c) 1999-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @author Jason Munro jason@stdbev.com
  * @version $Id$
@@ -59,17 +59,4 @@ function print_response($response) {
     }
 }
 
-/**
- * Check if plugin is enabled
- * @param string $plugin_name plugin name
- * @return boolean
- */
-function is_plugin_enabled($plugin_name) {
-  global $plugins;
-  if ( in_array($plugin_name,$plugins) ) {
-    return true;
-  } else {
-    return false;
-  }
-}
 ?>
\ No newline at end of file