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
f18697b8
Commit
f18697b8
authored
Nov 20, 2002
by
Kjartan
Browse files
- changing case for consistency.
parent
b3b3fd9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/block.module
View file @
f18697b8
...
...
@@ -227,7 +227,7 @@ function block_box_form($edit = array()) {
$form
=
form_textfield
(
"Title"
,
"title"
,
$edit
[
"title"
],
50
,
64
);
$form
.
=
form_textfield
(
"Description"
,
"info"
,
$edit
[
"info"
],
50
,
64
);
$form
.
=
form_textarea
(
"Body"
,
"body"
,
$edit
[
"body"
],
70
,
10
);
if
(
user_access
(
"create
PHP
content"
))
{
if
(
user_access
(
"create
php
content"
))
{
$form
.
=
form_select
(
"Type"
,
"type"
,
$edit
[
"type"
],
$type
);
}
...
...
modules/block/block.module
View file @
f18697b8
...
...
@@ -227,7 +227,7 @@ function block_box_form($edit = array()) {
$form
=
form_textfield
(
"Title"
,
"title"
,
$edit
[
"title"
],
50
,
64
);
$form
.
=
form_textfield
(
"Description"
,
"info"
,
$edit
[
"info"
],
50
,
64
);
$form
.
=
form_textarea
(
"Body"
,
"body"
,
$edit
[
"body"
],
70
,
10
);
if
(
user_access
(
"create
PHP
content"
))
{
if
(
user_access
(
"create
php
content"
))
{
$form
.
=
form_select
(
"Type"
,
"type"
,
$edit
[
"type"
],
$type
);
}
...
...
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