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
55f9dc45
Commit
55f9dc45
authored
Jul 31, 2001
by
Kjartan
Browse files
blog.module
- fixed the $date typo.
parent
501ed430
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/blog.module
View file @
55f9dc45
...
...
@@ -305,7 +305,7 @@ function blog_block() {
$block
[
0
][
"info"
]
=
t
(
"User blogs"
);
$block
[
0
][
"link"
]
=
"module.php?mod=blog"
;
$date
=
$dat
a
?
$dat
a
:
time
();
$date
=
$dat
e
?
$dat
e
:
time
();
$userid
=
$name
?
$name
:
$user
->
userid
;
if
((
$mod
==
"blog"
)
||
(
$mod
==
"block"
))
{
...
...
modules/blog/blog.module
View file @
55f9dc45
...
...
@@ -305,7 +305,7 @@ function blog_block() {
$block
[
0
][
"info"
]
=
t
(
"User blogs"
);
$block
[
0
][
"link"
]
=
"module.php?mod=blog"
;
$date
=
$dat
a
?
$dat
a
:
time
();
$date
=
$dat
e
?
$dat
e
:
time
();
$userid
=
$name
?
$name
:
$user
->
userid
;
if
((
$mod
==
"blog"
)
||
(
$mod
==
"block"
))
{
...
...
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