Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d5c60704
Commit
d5c60704
authored
Nov 27, 2003
by
Dries
Browse files
- Fixed incompatibility between the pager and statistics module
parent
ed5b4555
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/statistics.module
View file @
d5c60704
...
...
@@ -242,10 +242,13 @@ function statistics_admin() {
switch
(
$op
)
{
case
"statistics"
:
$output
=
statistics_admin_topnodes
();
break
;
case
"referrers"
:
$output
=
statistics_top_refer
();
break
;
case
"log"
:
$output
=
statistics_admin_displaylog
();
break
;
}
print
theme
(
"page"
,
$output
);
...
...
modules/statistics/statistics.module
View file @
d5c60704
...
...
@@ -242,10 +242,13 @@ function statistics_admin() {
switch
(
$op
)
{
case
"statistics"
:
$output
=
statistics_admin_topnodes
();
break
;
case
"referrers"
:
$output
=
statistics_top_refer
();
break
;
case
"log"
:
$output
=
statistics_admin_displaylog
();
break
;
}
print
theme
(
"page"
,
$output
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment