Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 862 → Rev 863

/trunk/plugins/viathinksoft/database/pgsql/OIDplusDatabaseConnectionPgSql.class.php
119,7 → 119,7
}
 
if (!$this->conn) {
throw new OIDplusConfigInitializationException(_L('Connection to the database failed!').' ' . strip_tags($err));
throw new OIDplusConfigInitializationException(trim(_L('Connection to the database failed!').' ' . strip_tags($err)));
}
 
$this->already_prepared = array();