summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibrary/Pbs/Filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Filter.php b/library/Pbs/Filter.php
index 58920d3..50e6ec0 100755
--- a/library/Pbs/Filter.php
+++ b/library/Pbs/Filter.php
@@ -9,7 +9,7 @@ class Pbs_Filter{
{
$this->db = Zend_Db_Table::getDefaultAdapter();
$db = $this->db;
- $debuglevel = 1;
+ $debuglevel = 0;
$userIDsNamespace = Zend_Session::namespaceGet('userIDs');