summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Filter.php b/library/Pbs/Filter.php
index 219e50e..ced0607 100644
--- 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 = 3;
+ $debuglevel = 0;
$userIDsNamespace = Zend_Session::namespaceGet('userIDs');