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
b04836c8
Commit
b04836c8
authored
Oct 18, 2010
by
webchick
Browse files
#731044
by sivaji: Fixed ambiguous column name changed in certain database systems.
parent
951d21f8
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/comment/comment.admin.inc
View file @
b04836c8
...
...
@@ -64,7 +64,7 @@ function comment_admin_overview($form, &$form_state, $arg) {
'subject'
=>
array
(
'data'
=>
t
(
'Subject'
),
'field'
=>
'subject'
),
'author'
=>
array
(
'data'
=>
t
(
'Author'
),
'field'
=>
'name'
),
'posted_in'
=>
array
(
'data'
=>
t
(
'Posted in'
),
'field'
=>
'node_title'
),
'changed'
=>
array
(
'data'
=>
t
(
'Updated'
),
'field'
=>
'changed'
,
'sort'
=>
'desc'
),
'changed'
=>
array
(
'data'
=>
t
(
'Updated'
),
'field'
=>
'
c.
changed'
,
'sort'
=>
'desc'
),
'operations'
=>
array
(
'data'
=>
t
(
'Operations'
)),
);
...
...
Write
Preview
Supports
Markdown
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