correctly calculate the MDB2 portability
This commit is contained in:
parent
c7054f374c
commit
d3553ce33d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class OC_DB {
|
|||
|
||||
// Prepare options array
|
||||
$options = array(
|
||||
'portability' => MDB2_PORTABILITY_ALL & (!MDB2_PORTABILITY_FIX_CASE),
|
||||
'portability' => MDB2_PORTABILITY_ALL - MDB2_PORTABILITY_FIX_CASE,
|
||||
'log_line_break' => '<br>',
|
||||
'idxname_format' => '%s',
|
||||
'debug' => true,
|
||||
|
|
Loading…
Reference in a new issue