Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 862 → Rev 863

/trunk/plugins/viathinksoft/database/sqlite3/OIDplusDatabaseConnectionSQLite3.class.php
121,7 → 121,7
 
$this->conn = new SQLite3($filename, $flags, $encryption);
} catch (Exception $e) {
throw new OIDplusConfigInitializationException(_L('Connection to the database failed!').' ' . $e->getMessage());
throw new OIDplusConfigInitializationException(trim(_L('Connection to the database failed!').' ' . $e->getMessage()));
}
 
$this->conn->createCollation('NATURAL_CMP', 'strnatcmp'); // we need that for natSort()