mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user