summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authormichael pereira2011-11-02 00:32:00 +0100
committermichael pereira2011-11-02 00:32:00 +0100
commit9a69e5e90040347421ec2f1b89275ef19cf7375b (patch)
treee9847b0a45e4bc09b934a806698cc0f1c97132ea /library
parentvesamenu (diff)
downloadpbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.tar.gz
pbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.tar.xz
pbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.zip
vesamenu
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');