diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-26 09:14:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-26 09:14:32 +0000 |
commit | 1c076bc89f7a7374859e025c99f2eb5ea092188e (patch) | |
tree | 74f0307600b2b77a12bceeba6f88deafd22733f4 /modules/statistics/statistics.module | |
parent | 9af602fe17e6346360e640e403843494c84ecca0 (diff) | |
download | brdo-1c076bc89f7a7374859e025c99f2eb5ea092188e.tar.gz brdo-1c076bc89f7a7374859e025c99f2eb5ea092188e.tar.bz2 |
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index eea3a078c..f2a5a24de 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -103,7 +103,7 @@ function statistics_perm() { /** * Implementation of hook_node_view(). */ -function statistics_node_view($node, $teaser, $page) { +function statistics_node_view($node, $teaser) { global $id; $links = array(); |