@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_17391.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_17391.sql --- a/installer/data/mysql/atomicupdate/bug_17391.sql +++ a/installer/data/mysql/atomicupdate/bug_17391.sql @@ -0,0 +1,2 @@ +INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); +INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); --