mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
feature 65: piwigo_structure-mysqli.php doesn't exist, we force the use of piwigo_structure-mysql.php
git-svn-id: http://piwigo.org/svn/trunk@20546 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4c4bf26b0c
commit
7321b32db9
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ define(\'DB_COLLATE\', \'\');
|
|||
|
||||
// tables creation, based on piwigo_structure.sql
|
||||
execute_sqlfile(
|
||||
PHPWG_ROOT_PATH.'install/piwigo_structure-'.$dblayer.'.sql',
|
||||
PHPWG_ROOT_PATH.'install/piwigo_structure-mysql.sql',
|
||||
DEFAULT_PREFIX_TABLE,
|
||||
$prefixeTable,
|
||||
$dblayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue