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
9164b903
Commit
9164b903
authored
May 14, 2001
by
Steven Wittens
Browse files
Typo
parent
9790dc10
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/structure.module
View file @
9164b903
...
...
@@ -60,7 +60,7 @@ function topic_form($edit = array()) {
$form
.
=
form_textfield
(
t
(
"Name"
),
"name"
,
$edit
[
name
],
30
,
55
,
t
(
"A unique name for this topic like 'science', 'internet', 'culture', etc."
));
$form
.
=
form_select
(
t
(
"Parent"
),
"pid"
,
$edit
[
pid
],
$topics
,
t
(
"The parent topic this topic belongs in."
));
$form
.
=
form_textfield
(
"Moderate"
,
"moderate"
,
$edit
[
moderate
],
35
,
255
,
t
(
"Provide a comma-seperated list of the moderators
their
usernames."
));
$form
.
=
form_textfield
(
"Moderate"
,
"moderate"
,
$edit
[
moderate
],
35
,
255
,
t
(
"Provide a comma-seperated list of the moderators
'
usernames."
));
if
(
$edit
[
tid
])
{
$form
.
=
form_hidden
(
"tid"
,
$edit
[
tid
]);
...
...
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