summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-03-25 15:20:30 +0100
committerSimon2011-03-25 15:20:30 +0100
commit62d67277fb8374d42209c23a1c47db95aca0476b (patch)
treea371b6dd3de3a39aaf4979769470b7a173a92f12
parentquickfix sessionmanagement (diff)
downloadpbs2-62d67277fb8374d42209c23a1c47db95aca0476b.tar.gz
pbs2-62d67277fb8374d42209c23a1c47db95aca0476b.tar.xz
pbs2-62d67277fb8374d42209c23a1c47db95aca0476b.zip
debuglevel aus
-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 93f595b..5b5e523 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');