diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-11 10:30:13 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-11 10:30:13 +0000 |
| commit | 14b2539f2b1cd18467687e9c817040aea1897cd5 (patch) | |
| tree | 6118f8976ea411b7db11277e15416e1f2cfacdf5 | |
| parent | 60e900bef46adab6af86d9ca083d203e37c0a483 (diff) | |
| download | liberty-14b2539f2b1cd18467687e9c817040aea1897cd5.tar.gz liberty-14b2539f2b1cd18467687e9c817040aea1897cd5.tar.bz2 liberty-14b2539f2b1cd18467687e9c817040aea1897cd5.zip | |
remove debug
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 <spider@steelsun.com> */ @@ -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' ) ); } |
