From 6cd372d7731884ed069add5a527696925ec7e4af Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 14 Feb 2019 10:27:04 +0000 Subject: [PATCH] Bug 20750: (follow-up) Remove ill_logging_pref.* As per item 3) here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750#c64 --- installer/data/mysql/en/optional/ill_logging_pref.sql | 1 - installer/data/mysql/en/optional/ill_logging_pref.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 installer/data/mysql/en/optional/ill_logging_pref.sql delete mode 100644 installer/data/mysql/en/optional/ill_logging_pref.txt diff --git a/installer/data/mysql/en/optional/ill_logging_pref.sql b/installer/data/mysql/en/optional/ill_logging_pref.sql deleted file mode 100644 index 2316908dfe..0000000000 --- a/installer/data/mysql/en/optional/ill_logging_pref.sql +++ /dev/null @@ -1 +0,0 @@ -INSERT IGNORE INTO systempreferences (variable, value, explanation, type) VALUES ('IllLog', 1, 'If ON, log information about ILL requests', 'YesNo'); diff --git a/installer/data/mysql/en/optional/ill_logging_pref.txt b/installer/data/mysql/en/optional/ill_logging_pref.txt deleted file mode 100644 index eaa8f5f38e..0000000000 --- a/installer/data/mysql/en/optional/ill_logging_pref.txt +++ /dev/null @@ -1 +0,0 @@ -System preference to determine if logging of ILL requests should occur -- 2.11.0