Changeset 20546 for trunk/install.php


Ignore:
Timestamp:
Feb 4, 2013, 2:06:24 PM (11 years ago)
Author:
plg
Message:

feature 65: piwigo_structure-mysqli.php doesn't exist, we force the use of piwigo_structure-mysql.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r20462 r20546  
    303303    // tables creation, based on piwigo_structure.sql
    304304    execute_sqlfile(
    305       PHPWG_ROOT_PATH.'install/piwigo_structure-'.$dblayer.'.sql',
     305      PHPWG_ROOT_PATH.'install/piwigo_structure-mysql.sql',
    306306      DEFAULT_PREFIX_TABLE,
    307307      $prefixeTable,
Note: See TracChangeset for help on using the changeset viewer.