- #23560: Sort watchdog date by wid to ensure unique ordering.

4.7.x
Steven Wittens 2005-08-06 00:35:38 +00:00
parent f7039a67cc
commit ed56c57ee0
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ function watchdog_overview() {
$header = array( $header = array(
' ', ' ',
array('data' => t('Type'), 'field' => 'w.type'), 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('Message'), 'field' => 'w.message'),
array('data' => t('User'), 'field' => 'u.name'), array('data' => t('User'), 'field' => 'u.name'),
array('data' => t('Operations'), 'colspan' => '2') array('data' => t('Operations'), 'colspan' => '2')

View File

@ -88,7 +88,7 @@ function watchdog_overview() {
$header = array( $header = array(
' ', ' ',
array('data' => t('Type'), 'field' => 'w.type'), 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('Message'), 'field' => 'w.message'),
array('data' => t('User'), 'field' => 'u.name'), array('data' => t('User'), 'field' => 'u.name'),
array('data' => t('Operations'), 'colspan' => '2') array('data' => t('Operations'), 'colspan' => '2')