From 509cfc5547071703510c6ba67c8f16cbb5a69ffe Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 19 Nov 2008 15:44:04 +0000 Subject: - Replace some mysql_query by pwg_query function. - Add home button after upgrade.php. - Add utf8 charset for access denied message. - Replace some #content by .content in css files. - Fix menubar blocks borders with IE. git-svn-id: http://piwigo.org/svn/trunk@2884 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index ac8577943..068c64a01 100644 --- a/install.php +++ b/install.php @@ -71,7 +71,7 @@ function execute_sqlfile($filepath, $replaced, $replacing) $query = $matches[1].' '.$install_charset_collate.';'; } } - mysql_query($query); + pwg_query($query); } $query = ''; } -- cgit v1.2.3