Dotclear


Ignore:
Timestamp:
05/30/18 11:52:24 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Missed these one (see [3754])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/install/check.php

    r3731 r3756  
    4747    } 
    4848 
    49     if ($con->driver() == 'mysql' || $con->driver() == 'mysqli' || $con->driver() == 'mysqlimb4') { 
     49    if ($con->syntax() == 'mysql') { 
    5050        if (version_compare($con->version(), '4.1', '<')) { 
    5151            $err[] = sprintf(__('MySQL version is %s (4.1 or earlier needed).'), $con->version()); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map