Changeset 10052
- Timestamp:
- 11/30/08 13:44:43 (1 month ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/DB.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/DB.php
r10012 r10052 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
