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
d6554be7
Commit
d6554be7
authored
Apr 21, 2001
by
Steven Wittens
Browse files
- Fixed typo "sumbission"
parent
1dfd1d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/structure.inc
View file @
d6554be7
...
...
@@ -144,7 +144,7 @@ function structure_save($nid, $cid, $tid) {
function
structure_form
(
$type
,
$edit
=
array
(),
$size
=
1
)
{
$output
.
=
"<B>Category and topic:</B><BR>
\n
"
;
$output
.
=
category_form_select
(
$type
,
$edit
,
$size
)
.
" "
.
topic_form_select
(
$edit
,
$size
)
.
"<BR>"
;
$output
.
=
"<SMALL><I>"
.
t
(
"Select the category and the topic this su
m
bission belongs in."
)
.
"</I></SMALL><P>"
;
$output
.
=
"<SMALL><I>"
.
t
(
"Select the category and the topic this sub
m
ission belongs in."
)
.
"</I></SMALL><P>"
;
return
$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