From e52c0f5d41ad9319c9420bbe3a9dcfa76a90222f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 May 2004 22:00:06 +0000 Subject: - Code improvements by JonBob. Thanks. --- modules/statistics/statistics.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index be91dd47a..01a61dd72 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -237,7 +237,7 @@ function statistics_admin_accesslog_table($type, $id) { } /** - * Menu callback. Presents the "Top referrers" page. + * Menu callback; presents the "Top referrers" page. * * @param $view * - "internal": Only display internal links. @@ -286,14 +286,14 @@ function statistics_top_refer($view = 'all') { } /** - * Menu callback. Presents the "Most Popular Content" page. + * Menu callback; presents the "Most Popular Content" page. */ function statistics_admin_topnodes() { print theme('page', statistics_admin_topnodes_table()); } /** - * Menu callback. Presents the "Access logs" page. + * Menu callback; presents the "Access logs" page. * * @param $type * - "user": display accesses for a particular user. @@ -469,7 +469,7 @@ function statistics_block($op = 'list', $delta = 0) { } /** - * Menu callback. Presents the "Top Nodes" summary page. + * Menu callback; presents the "Top Nodes" summary page. */ function statistics_page() { $output = ''; -- cgit v1.2.3