Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 862 → Rev 863

/trunk/plugins/viathinksoft/database/odbc/OIDplusDatabaseConnectionODBC.class.php
131,7 → 131,7
 
if (!$this->conn) {
$message = odbc_errormsg();
throw new OIDplusConfigInitializationException(_L('Connection to the database failed!').' '.$message);
throw new OIDplusConfigInitializationException(trim(_L('Connection to the database failed!').' '.$message));
}
 
$this->last_error = null;