X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Finfo%2Ffunctions.php;h=e48276b6294c1f7dde728b56041692ef11c1eb2a;hp=1e85337e7130531cd596ed24119f05e1502cbcfa;hb=300ea85431defdabaa4c06bec1776790e096eb78;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e diff --git a/plugins/info/functions.php b/plugins/info/functions.php index 1e85337e..e48276b6 100644 --- a/plugins/info/functions.php +++ b/plugins/info/functions.php @@ -1,4 +1,5 @@ + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @author Jason Munro jason@stdbev.com * @version $Id$ * @package plugins * @subpackage info @@ -58,18 +59,3 @@ 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