=== modified file 'modules/comment/comment.install'
--- modules/comment/comment.install	2007-12-17 12:23:00 +0000
+++ modules/comment/comment.install	2007-12-17 16:20:33 +0000
@@ -1,8 +1,6 @@
 <?php
 // $Id: comment.install,v 1.14 2007/12/17 12:23:00 goba Exp $
 
-drupal_load('module', 'comment');
-
 /**
  * Implementation of hook_enable().
  */
@@ -36,6 +34,7 @@ function comment_update_6001() {
  * settings to all node types.
  */
 function comment_update_6002() {
+  drupal_load('module', 'comment');
   $settings = array(
     'comment_default_mode' => COMMENT_MODE_THREADED_EXPANDED,
     'comment_default_order' => COMMENT_ORDER_NEWEST_FIRST,

