diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-12-12 09:41:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-12-12 09:41:55 +0000 |
commit | d0b3ff859a446b18ed6beb35859ca5100fafaa61 (patch) | |
tree | 72f795aff291945a933184fc301221e7879fd3c3 | |
parent | 7355c2df0b5c36fc23080242f37ff4d4974f2e88 (diff) | |
download | brdo-d0b3ff859a446b18ed6beb35859ca5100fafaa61.tar.gz brdo-d0b3ff859a446b18ed6beb35859ca5100fafaa61.tar.bz2 |
- Fixed typo.
-rw-r--r-- | modules/rating.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/rating.module b/modules/rating.module index 8813f34de..7d0e70509 100644 --- a/modules/rating.module +++ b/modules/rating.module @@ -8,8 +8,6 @@ function rating_help() { return $output; } -print rating_help(); - function rating_perm() { return array("access user ratings"); } |