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
ed56c57e
Commit
ed56c57e
authored
Aug 06, 2005
by
Steven Wittens
Browse files
-
#23560
: Sort watchdog date by wid to ensure unique ordering.
parent
f7039a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/watchdog.module
View file @
ed56c57e
...
...
@@ -88,7 +88,7 @@ function watchdog_overview() {
$header
=
array
(
' '
,
array
(
'data'
=>
t
(
'Type'
),
'field'
=>
'w.type'
),
array
(
'data'
=>
t
(
'Date'
),
'field'
=>
'w.
timestamp
'
,
'sort'
=>
'desc'
),
array
(
'data'
=>
t
(
'Date'
),
'field'
=>
'w.
wid
'
,
'sort'
=>
'desc'
),
array
(
'data'
=>
t
(
'Message'
),
'field'
=>
'w.message'
),
array
(
'data'
=>
t
(
'User'
),
'field'
=>
'u.name'
),
array
(
'data'
=>
t
(
'Operations'
),
'colspan'
=>
'2'
)
...
...
modules/watchdog/watchdog.module
View file @
ed56c57e
...
...
@@ -88,7 +88,7 @@ function watchdog_overview() {
$header
=
array
(
' '
,
array
(
'data'
=>
t
(
'Type'
),
'field'
=>
'w.type'
),
array
(
'data'
=>
t
(
'Date'
),
'field'
=>
'w.
timestamp
'
,
'sort'
=>
'desc'
),
array
(
'data'
=>
t
(
'Date'
),
'field'
=>
'w.
wid
'
,
'sort'
=>
'desc'
),
array
(
'data'
=>
t
(
'Message'
),
'field'
=>
'w.message'
),
array
(
'data'
=>
t
(
'User'
),
'field'
=>
'u.name'
),
array
(
'data'
=>
t
(
'Operations'
),
'colspan'
=>
'2'
)
...
...
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