Ignore:
Timestamp:
May 7, 2010, 11:09:44 AM (14 years ago)
Author:
nikrou
Message:

SQLite availabilty must be check by existence of SQLite3 class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/dblayers.inc.php

    r5239 r6092  
    3232
    3333$dblayers['sqlite'] = array('engine' => 'SQLite',
    34                             'function_available' => 'sqlite_open'
     34                            'class_available' => 'SQLite3'
    3535                            );
    3636
Note: See TracChangeset for help on using the changeset viewer.