From 14b2539f2b1cd18467687e9c817040aea1897cd5 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 11 Jan 2007 10:30:13 +0000 Subject: remove debug --- LibertySystem.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LibertySystem.php') diff --git a/LibertySystem.php b/LibertySystem.php index 4dbd437..ff354cc 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.56 2007/01/11 10:10:04 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.57 2007/01/11 10:30:13 squareing Exp $ * @author spider */ @@ -201,7 +201,6 @@ class LibertySystem extends LibertyBase { * @return TRUE if the plugin is active, FALSE if it's not **/ function isPluginActive( $pPluginGuid ) { - vd( $this->mPlugins[$pPluginGuid] ); return( isset( $this->mPlugins[$pPluginGuid] ) && ( $this->mPlugins[$pPluginGuid]['is_active'] == 'y' ) ); } -- cgit v1.3