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
This commit is contained in:
z0rglub
2004-08-07 21:39:57 +00:00
parent f2ed54177f
commit 6f5adec2b3

View File

@@ -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