diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-12-31 08:54:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-12-31 08:54:37 +0000 |
commit | 178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6 (patch) | |
tree | e0a029015f481bd2ce1a85b3b73396244d91caf1 /modules/profile | |
parent | f04d4d17dd6a7c94bf10b564930a4448d5449c3d (diff) | |
download | brdo-178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6.tar.gz brdo-178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6.tar.bz2 |
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
Diffstat (limited to 'modules/profile')
-rw-r--r-- | modules/profile/profile.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module index c5aed1680..20d39547d 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -459,7 +459,7 @@ function profile_categories() { return $data; } -/* +/** * Menu item access callback - check if a user has access to a profile category. */ function profile_category_access($category) { |