diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-31 15:36:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-31 15:36:42 +0000 |
commit | 34afc4bd2fbb4b835ce28e0c6cfdfdc9c330aa20 (patch) | |
tree | 5963193dddcdb20efce7328ff83e066aa6c43d65 | |
parent | 025dcfb44d26be4d97baa45b5d6e7d4e54c57752 (diff) | |
download | brdo-34afc4bd2fbb4b835ce28e0c6cfdfdc9c330aa20.tar.gz brdo-34afc4bd2fbb4b835ce28e0c6cfdfdc9c330aa20.tar.bz2 |
- removed debug information
-rw-r--r-- | modules/rating.module | 1 |
1 files changed, 0 insertions, 1 deletions
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<BR>"; db_query("UPDATE users SET rating = '$value' WHERE id = '$rating->id'"); } } |