- #23560: Sort watchdog date by wid to ensure unique ordering.
parent
f7039a67cc
commit
ed56c57ee0
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue