### Eclipse Workspace Patch 1.0
#P Drupal FHead (MSSQL)
Index: modules/watchdog/watchdog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/watchdog/watchdog.module,v
retrieving revision 1.164
diff -u -r1.164 watchdog.module
--- modules/watchdog/watchdog.module	10 Dec 2006 09:54:35 -0000	1.164
+++ modules/watchdog/watchdog.module	28 Dec 2006 04:34:32 -0000
@@ -120,7 +120,7 @@
     array('data' => t('Operations'))
   );
 
-  $sql = "SELECT w.*, u.name, u.uid FROM {watchdog} w INNER JOIN {users} u ON w.uid = u.uid";
+  $sql = "SELECT w.wid, w.severity, w.type, w.timestamp, w.message, w.link, u.name FROM {watchdog} w INNER JOIN {users} u ON w.uid = u.uid";
   $tablesort = tablesort_sql($header);
   $type = $_SESSION['watchdog_overview_filter'];
   if ($type != 'all') {
