From 6f5adec2b3db1bfcde0fa7c01f2635f78f6e1bb5 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 7 Aug 2004 21:39:57 +0000 Subject: bug correction, a single quote was not in the right place git-svn-id: http://piwigo.org/svn/trunk@482 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 4fc7b4d02..6f3a3188f 100644 --- a/install.php +++ b/install.php @@ -283,7 +283,7 @@ if ( isset( $_POST['install'] )) mysql_query( $query ); $query = 'INSERT INTO '.SITES_TABLE; - $query.= " (id,galleries_url) VALUES (1, ".PHPWG_ROOT_PATH."'galleries/');"; + $query.= " (id,galleries_url) VALUES (1, '".PHPWG_ROOT_PATH."galleries/');"; mysql_query( $query ); // webmaster admin user -- cgit v1.2.3