From c96097529e49943eddba78d70e23e38c0eac494d Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 29 Nov 2009 12:35:19 +0000 Subject: Feature_1255 : - single quotes in queries - start using $conf['dblayer'] git-svn-id: http://piwigo.org/svn/trunk@4385 68402e56-0260-453c-a942-63ccdbb3a9ee --- upgrade_feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade_feed.php') diff --git a/upgrade_feed.php b/upgrade_feed.php index ccb91e681..e78c676c4 100644 --- a/upgrade_feed.php +++ b/upgrade_feed.php @@ -35,7 +35,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions_upgrade.php'); include(PHPWG_ROOT_PATH.'include/config_database.inc.php'); include(PHPWG_ROOT_PATH . 'include/config_default.inc.php'); @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php'); -include(PHPWG_ROOT_PATH .'include/dblayer/functions_mysql.inc.php'); +include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$conf['dblayer'].'.inc.php'); // +-----------------------------------------------------------------------+ // | Check Access and exit when it is not ok | -- cgit v1.2.3