https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849
--- Comment #34 from Arthur Suzuki <[email protected]> --- Hello, I've made a followup patch, some of the sysprefs were either deprecated, or renamed. So I've changed that in C4/UsageStats.pm. I've been comparing with a list of Sysprefs which i've exported from a freshly installed ktd (with select * from systempreferences) and compared to what was in C4/UsageStats.pm. For example (bash commands) : # comm -13 <(sort sysprefsList ) <(sort shared ) That would give the list of systempreferences which are shared but not in the DB export. My last patch reduces this list to none. # comm -23 <(sort sysprefsList ) <(sort shared ) Would give you the list of "not-shared" systempreferences. Line count of the previous command says 199 systempreferences not shared atm. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
