Changeset 10053
- Timestamp:
- 11/30/08 13:45:22 (1 month ago)
- Files:
-
- trunk/jaws/html/include/Jaws/DB.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/DB.php
r10013 r10053 115 115 'portability' => (MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL ^ MDB2_PORTABILITY_FIX_CASE), 116 116 'quote_identifier' => true, 117 'idxname_format' => '%s_idx',118 117 ); 119 118 … … 572 571 'quote_identifier' => true, 573 572 'force_defaults' => false, 574 //'dtd_file' => '',573 //'dtd_file' => '', 575 574 ); 576 575
