summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/watchdog.module2
-rw-r--r--modules/watchdog/watchdog.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 4793132b9..9b6ac0243 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -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')
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 4793132b9..9b6ac0243 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -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')