Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c85636ca
Commit
c85636ca
authored
May 21, 2002
by
Kjartan Mannes
Browse files
- fixing spaces in url. Bug
#192
parent
7cd6e0b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/statistics.module
View file @
c85636ca
...
...
@@ -92,7 +92,7 @@ function statistics_admin() {
if
(
user_access
(
"administer statistics"
))
{
print
"<small>"
.
la
(
t
(
"internal referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"internal
+
referrer"
))
.
" | "
.
la
(
t
(
"external referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"external
+
referrer"
))
.
" | "
.
la
(
t
(
"help"
),
array
(
"mod"
=>
"statistics"
,
"op"
=>
"help"
))
.
"</small><hr />
\n
"
;
print
"<small>"
.
la
(
t
(
"internal referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"internal
referrer"
))
.
" | "
.
la
(
t
(
"external referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"external
referrer"
))
.
" | "
.
la
(
t
(
"help"
),
array
(
"mod"
=>
"statistics"
,
"op"
=>
"help"
))
.
"</small><hr />
\n
"
;
switch
(
$op
)
{
case
"help"
:
...
...
modules/statistics/statistics.module
View file @
c85636ca
...
...
@@ -92,7 +92,7 @@ function statistics_admin() {
if
(
user_access
(
"administer statistics"
))
{
print
"<small>"
.
la
(
t
(
"internal referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"internal
+
referrer"
))
.
" | "
.
la
(
t
(
"external referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"external
+
referrer"
))
.
" | "
.
la
(
t
(
"help"
),
array
(
"mod"
=>
"statistics"
,
"op"
=>
"help"
))
.
"</small><hr />
\n
"
;
print
"<small>"
.
la
(
t
(
"internal referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"internal
referrer"
))
.
" | "
.
la
(
t
(
"external referrers"
),
array
(
"mod"
=>
"statistics"
,
"type"
=>
"external
referrer"
))
.
" | "
.
la
(
t
(
"help"
),
array
(
"mod"
=>
"statistics"
,
"op"
=>
"help"
))
.
"</small><hr />
\n
"
;
switch
(
$op
)
{
case
"help"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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