Alexander Nicolaysen Sørnes : cron scripts: Disable updateRatings()
Module: appdb Branch: master Commit: d5bcd65a74fe5671205da21eb6baf7b56b98f8d8 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=d5bcd65a74fe5671205da21eb... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Mon Feb 4 14:26:24 2008 +0100 cron scripts: Disable updateRatings() --- cron/cleanup.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cron/cleanup.php b/cron/cleanup.php index 473b057..18d5d92 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -34,7 +34,7 @@ removeScreenshotsWithMissingFiles(); maintainerCheck(); /* Updates the rating info for all versions based on test results */ -updateRatings(); +//updateRatings(); /* * Warn users that have been inactive for some number of months
participants (1)
-
Chris Morgan