http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13585 --- Comment #10 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #6)
Comment on attachment 41024 [details] [review] Bug 13585 : Add a cronjob which send UsageStats monthly.
Review of attachment 41024 [details] [review]: -----------------------------------------------------------------
::: debian/koha-common.cron.monthly @@ +15,5 @@
+# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + +koha-foreach --enabled /usr/share/koha/bin/cronjobs/share_usage_with_koha_community.pl
The problem is that the share_usage_with_koha_community.pl considers it's an error to launch it if the pref is not enabled. There is a warning message and an exit 1 in this case.
I agree with all of you actually: - Having a cronjob error email might not be that useful. - A new bug should be filled. In that case I would propose a --quiet switch and could provide the patch. - We should at least show a message on the about page about this. And encourage people to check that page regularly on update. -- You are receiving this mail because: You are watching all bug changes.