@@ -, +, @@ missing --- installer/data/mysql/atomicupdate/bug_18600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_18600.sql --- a/installer/data/mysql/atomicupdate/bug_18600.sql +++ a/installer/data/mysql/atomicupdate/bug_18600.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +('TalkingTechItivaPhoneNotification','0',NULL,'If ON, enables Talking Tech I-tiva phone notifications','YesNo'); --