From 79df5bcdfcad75ac5f95ab648e375f55884a655f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 21 Jul 2009 16:27:35 +0200 Subject: [PATCH] cron: Temporarily disable error reporting --- cron/cleanup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cron/cleanup.php b/cron/cleanup.php index 299c0b0..7c1fb25 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -17,7 +17,8 @@ inactiveUserCheck(); orphanVersionCheck(); /* report error log entries to admins and flush the error log after doing so */ -reportErrorLogEntries(); +// temporarily disabled - it apperas we have too many errors +// reportErrorLogEntries(); /* remove screenshots that are missing their screenshot and thumbnail files */ removeScreenshotsWithMissingFiles();