@@ -, +, @@ missing --- installer/data/mysql/atomicupdate/bug_18663.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_18663.sql --- a/installer/data/mysql/atomicupdate/bug_18663.sql +++ a/installer/data/mysql/atomicupdate/bug_18663.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'); --