Index: modules/watchdog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/watchdog.module,v retrieving revision 1.124 diff -u -F^f -r1.124 watchdog.module --- modules/watchdog.module 1 Aug 2005 05:14:05 -0000 1.124 +++ modules/watchdog.module 4 Aug 2005 13:35:29 -0000 @@ -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')