diff --git "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\statistics-cleanup-1313510-68-D7.patch" "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\statistics-cleanup-1313510-70-D7.patch" index 7057822..9e5cd5e 100644 --- "a/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\statistics-cleanup-1313510-68-D7.patch" +++ "b/C:\\Documents and Settings\\kcraft\\Desktop\\Patches\\statistics-cleanup-1313510-70-D7.patch" @@ -1,5 +1,5 @@ diff --git a/modules/statistics/statistics.admin.inc b/modules/statistics/statistics.admin.inc -index 6606b8b..78b4ea5 100644 +index 6606b8b..415fd00 100644 --- a/modules/statistics/statistics.admin.inc +++ b/modules/statistics/statistics.admin.inc @@ -2,11 +2,18 @@ @@ -12,7 +12,7 @@ index 6606b8b..78b4ea5 100644 /** - * Menu callback; presents the "recent hits" page. -+ * Menu callback; Displays the "recent hits" page. ++ * Page callback: Displays the "recent hits" page. + * + * This displays the pages with recent hits in a given time interval that + * haven't been flushed yet. The flush interval is set on the statistics @@ -28,7 +28,7 @@ index 6606b8b..78b4ea5 100644 /** - * Menu callback; presents the "top pages" page. -+ * Menu callback; Displays statistics for the "top pages" (most accesses). ++ * Page callback: Displays statistics for the "top pages" (most accesses). + * + * This displays the pages with the most hits (the "top pages") within a given + * time period that haven't been flushed yet. The flush interval is set on the @@ -54,7 +54,7 @@ index 6606b8b..78b4ea5 100644 /** - * Menu callback; presents the "top visitors" page. -+ * Menu callback; Displays the "top visitors" page. ++ * Page callback: Displays the "top visitors" page. + * + * This displays the pages with the top number of visitors in a given time + * interval that haven't been flushed yet. The flush interval is set on the @@ -70,7 +70,7 @@ index 6606b8b..78b4ea5 100644 /** - * Menu callback; presents the "referrer" page. -+ * Menu callback; Displays the "top referrers" in the access logs. ++ * Page callback: Displays the "top referrers" in the access logs. + * + * This displays the pages with the top referrers in a given time interval that + * haven't been flushed yet. The flush interval is set on the statistics @@ -231,7 +231,7 @@ index 89cda6d..81d24b7 100644 $path = ($path ? $path : '/'); $output = ($title ? "$title
" : ''); diff --git a/modules/statistics/statistics.pages.inc b/modules/statistics/statistics.pages.inc -index bb31f98..f84a0f7 100644 +index bb31f98..8bd9712 100644 --- a/modules/statistics/statistics.pages.inc +++ b/modules/statistics/statistics.pages.inc @@ -2,9 +2,16 @@ @@ -243,7 +243,7 @@ index bb31f98..f84a0f7 100644 */ +/** -+ * Menu callback; Displays statistics for a node. ++ * Page callback: Displays statistics for a node. + * + * @return + * A render array containing node statistics. If information for the node was @@ -257,9 +257,9 @@ index bb31f98..f84a0f7 100644 } +/** -+ * Menu callback; Displays statistics for a user. ++ * Page callback: Displays statistics for a user. + * -+ * @return ++ * @return array + * A render array containing user statistics. If information for the user was + * not found, this will deliver a page not found error via drupal_not_found(). + */