diff options
author | plegall <plg@piwigo.org> | 2013-02-04 13:06:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-02-04 13:06:24 +0000 |
commit | 7321b32db9d5dad287c909fe0165eca75486e104 (patch) | |
tree | 5ddf11c7095da213501b98a4dfeef598b3ba3a9f | |
parent | 4c4bf26b0cb44d1ba97fcfe2d86b0478713fb560 (diff) |
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
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |