fix bug 452: upgrade fails with MySQL 3.23.x ( no carriage retur allowed after ; )

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1437 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2006-07-06 19:23:58 +00:00
parent be5336f6cd
commit 0f10d74485
+2 -3
View File
@@ -436,8 +436,7 @@ INSERT INTO ".CONFIG_TABLE."
'',
'Complementary mail content for notification by mail'
)
;
";
;";
pwg_query($query);
// depending on the way the 1.5.0 was installed (from scratch or by upgrade)
@@ -469,4 +468,4 @@ ALTER TABLE '.PREFIX_TABLE.'users
}
}
?>
?>