diff options
| author | michael pereira | 2011-11-02 00:32:00 +0100 |
|---|---|---|
| committer | michael pereira | 2011-11-02 00:32:00 +0100 |
| commit | 9a69e5e90040347421ec2f1b89275ef19cf7375b (patch) | |
| tree | e9847b0a45e4bc09b934a806698cc0f1c97132ea /library | |
| parent | vesamenu (diff) | |
| download | pbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.tar.gz pbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.tar.xz pbs2-9a69e5e90040347421ec2f1b89275ef19cf7375b.zip | |
vesamenu
Diffstat (limited to 'library')
| -rw-r--r-- | library/Pbs/Filter.php | 2 |
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'); |
