From 81abfe32ecd8575aa216a892e7b96525c0decbed Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 20 Apr 2006 19:19:19 +0000 Subject: [PATCH] bug 343 fixed: mass_inserts() was unknown until admin/include/functions.php was included. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1220 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index d8f147cf1..70d698147 100644 --- a/install.php +++ b/install.php @@ -166,6 +166,7 @@ include(PHPWG_ROOT_PATH . 'include/config_default.inc.php'); @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php'); include(PHPWG_ROOT_PATH . 'include/constants.php'); include(PHPWG_ROOT_PATH . 'include/functions.inc.php'); +include(PHPWG_ROOT_PATH . 'admin/include/functions.php'); include(PHPWG_ROOT_PATH . 'include/template.php'); if ( isset( $_POST['language'] ))