http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13291 --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 40946 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40946 Bug 13291 - remove prog as fallback theme Review of attachment 40946: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13291&attachment=40946) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_13291-remove-prog-as-listed-fallback-theme.sql @@ +1,1 @@
+INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACFallback', 'bootstrap', 'Define the fallback theme for the OPAC interface.', 'bootstrap', 'Themes');
Works fine for systems lacking the system preference, but where's the UPDATE for those which already have it set? -- You are receiving this mail because: You are watching all bug changes.