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
0dfd15ef
Commit
0dfd15ef
authored
Mar 09, 2002
by
Kjartan
Browse files
- fixing some access issues.
parent
35a9fd1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/page.module
View file @
0dfd15ef
...
@@ -27,7 +27,7 @@ function page_save($op, $node) {
...
@@ -27,7 +27,7 @@ function page_save($op, $node) {
}
}
if
(
$op
==
"create"
)
{
if
(
$op
==
"create"
)
{
return
array
(
"format"
,
"link"
,
"promote"
=>
0
,
"moderate"
=>
0
,
"status"
=>
1
);
return
array
(
"format"
,
"link"
);
}
}
if
(
$op
==
"decline"
)
{
if
(
$op
==
"decline"
)
{
...
...
modules/page/page.module
View file @
0dfd15ef
...
@@ -27,7 +27,7 @@ function page_save($op, $node) {
...
@@ -27,7 +27,7 @@ function page_save($op, $node) {
}
}
if
(
$op
==
"create"
)
{
if
(
$op
==
"create"
)
{
return
array
(
"format"
,
"link"
,
"promote"
=>
0
,
"moderate"
=>
0
,
"status"
=>
1
);
return
array
(
"format"
,
"link"
);
}
}
if
(
$op
==
"decline"
)
{
if
(
$op
==
"decline"
)
{
...
...
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