diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/upgrade_1.5.0.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/install/upgrade_1.5.0.php b/install/upgrade_1.5.0.php index 5ab450dad..a1acc6f64 100644 --- a/install/upgrade_1.5.0.php +++ b/install/upgrade_1.5.0.php @@ -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 } } -?>
\ No newline at end of file +?> |