Index: includes/module.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/module.inc,v
retrieving revision 1.121
diff -u -p -r1.121 module.inc
--- includes/module.inc	23 Jul 2008 07:34:34 -0000	1.121
+++ includes/module.inc	24 Jul 2008 19:43:20 -0000
@@ -92,6 +92,7 @@ function module_rebuild_cache() {
     'dependencies' => array(),
     'dependents' => array(),
     'description' => '',
+    'package' => 'Other',
     'version' => NULL,
     'php' => DRUPAL_MINIMUM_PHP,
   );
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.82
diff -u -p -r1.82 system.admin.inc
--- modules/system/system.admin.inc	23 Jul 2008 07:37:06 -0000	1.82
+++ modules/system/system.admin.inc	24 Jul 2008 19:43:20 -0000
@@ -773,7 +773,7 @@ function _system_modules_build_row($info
     $form['enable'] = array(
       '#markup' =>  theme('image', 'misc/watchdog-error.png', t('incompatible'), $status_short),
     );
-    $form['description']['#value'] .= theme('system_modules_incompatible', $status_long);
+    $form['description']['#markup'] .= theme('system_modules_incompatible', $status_long);
   }
 
   // Show a "more help" link for modules that have them.
@@ -2238,4 +2238,4 @@ function theme_system_themes_form($form)
   $output = theme('table', $header, $rows);
   $output .= drupal_render($form);
   return $output;
-}
\ No newline at end of file
+}
