Changeset 5220 for trunk/include


Ignore:
Timestamp:
Mar 21, 2010, 6:20:56 PM (14 years ago)
Author:
patdenice
Message:

feature 1255: set mysql as default engine.

File:
1 edited

Legend:

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

    r5215 r5220  
    537537// choices : sqlite, mysql, pgsql, pdo-sqlite
    538538// see include/dblayer/dblayers.inc.php
    539 $conf['dbengine_select_default'] = 'sqlite';
     539$conf['dbengine_select_default'] = 'mysql';
    540540
    541541// pass_convert : function to crypt or hash the clear user password to store
Note: See TracChangeset for help on using the changeset viewer.