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
6b706b50
Commit
6b706b50
authored
Feb 09, 2006
by
Dries Buytaert
Browse files
- Patch
#48564
by JonBob: grammar fix.
parent
ef6823d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
6b706b50
...
...
@@ -1544,7 +1544,7 @@ function node_validate($node) {
}
if
(
isset
(
$node
->
nid
)
&&
(
node_last_changed
(
$node
->
nid
)
>
$node
->
changed
))
{
form_set_error
(
'changed'
,
t
(
'This content has been modified by another user
, unable to save changes
.'
));
form_set_error
(
'changed'
,
t
(
'This content has been modified by another user
; changes cannot be saved
.'
));
}
if
(
user_access
(
'administer nodes'
))
{
...
...
modules/node/node.module
View file @
6b706b50
...
...
@@ -1544,7 +1544,7 @@ function node_validate($node) {
}
if
(
isset
(
$node
->
nid
)
&&
(
node_last_changed
(
$node
->
nid
)
>
$node
->
changed
))
{
form_set_error
(
'changed'
,
t
(
'This content has been modified by another user
, unable to save changes
.'
));
form_set_error
(
'changed'
,
t
(
'This content has been modified by another user
; changes cannot be saved
.'
));
}
if
(
user_access
(
'administer nodes'
))
{
...
...
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