Subversion Repositories oidplus

Rev

Rev 817 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 817 Rev 863
Line 117... Line 117...
117
                        $err = ob_get_contents();
117
                        $err = ob_get_contents();
118
                        ob_end_clean();
118
                        ob_end_clean();
119
                }
119
                }
120
 
120
 
121
                if (!$this->conn) {
121
                if (!$this->conn) {
122
                        throw new OIDplusConfigInitializationException(_L('Connection to the database failed!').' ' . strip_tags($err));
122
                        throw new OIDplusConfigInitializationException(trim(_L('Connection to the database failed!').' ' . strip_tags($err)));
123
                }
123
                }
124
 
124
 
125
                $this->already_prepared = array();
125
                $this->already_prepared = array();
126
                $this->last_error = null;
126
                $this->last_error = null;
127
 
127