From 7321b32db9d5dad287c909fe0165eca75486e104 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 4 Feb 2013 13:06:24 +0000 Subject: 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 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index bc9bc2144..be217718c 100644 --- a/install.php +++ b/install.php @@ -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 -- cgit v1.2.3