From 34afc4bd2fbb4b835ce28e0c6cfdfdc9c330aa20 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Mar 2001 15:36:42 +0000 Subject: - removed debug information --- modules/rating.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/rating.module b/modules/rating.module index c0052f66d..eadf1483c 100644 --- a/modules/rating.module +++ b/modules/rating.module @@ -35,7 +35,6 @@ function rating_cron() { if ($weight >= $offset && $votes > 0) { $value = ($score + $weight) / $votes + $bonus; - print "update $rating->id : $value
"; db_query("UPDATE users SET rating = '$value' WHERE id = '$rating->id'"); } } -- cgit v1.2.3