Ignore:
Timestamp:
Mar 22, 2010, 12:41:19 AM (14 years ago)
Author:
patdenice
Message:

feature 1255: Move $confdb_sqlite_default and $confdbengine_select_default in install.php (as constants).
PDO::SQLite is now displayed as SQLite in install page.
Always display unique SQLite engine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r5220 r5239  
    528528  'email' => 'mail_address'
    529529  );
    530 
    531 // database engine default choice between sqlite (native or via pdo)
    532 // if the twice are available.
    533 // $conf['db_sqlite_default'] = 'pdo';
    534 $conf['db_sqlite_default'] = 'native';
    535 
    536 // default database engine proposed if severals are available
    537 // choices : sqlite, mysql, pgsql, pdo-sqlite
    538 // see include/dblayer/dblayers.inc.php
    539 $conf['dbengine_select_default'] = 'mysql';
    540530
    541531// pass_convert : function to crypt or hash the clear user password to store
Note: See TracChangeset for help on using the changeset viewer.