Changeset 10052

Show
Ignore:
Timestamp:
11/30/08 13:44:43 (1 month ago)
Author:
afz
Message:

remove extra option, because MDB2 by default has this option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/include/Jaws/DB.php

    r10012 r10052  
    115115            'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ^ MDB2_PORTABILITY_FIX_CASE), 
    116116            'quote_identifier' => true, 
    117             'idxname_format' => '%s_idx', 
    118117        ); 
    119118 
     
    572571            'quote_identifier' => true, 
    573572            'force_defaults' => false, 
    574 //             'dtd_file' => '', 
     573            //'dtd_file' => '', 
    575574        ); 
    576575