Index: thickbox.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/thickbox/thickbox.info,v
retrieving revision 1.5.2.2
diff -u -p -r1.5.2.2 thickbox.info
--- thickbox.info	6 Sep 2008 19:27:21 -0000	1.5.2.2
+++ thickbox.info	25 Aug 2009 22:25:50 -0000
@@ -1,4 +1,9 @@
 ; $Id: thickbox.info,v 1.5.2.2 2008/09/06 19:27:21 frjo Exp $
 name = Thickbox
 description = Enables Thickbox, a jQuery plugin.
-core = 6.x
\ No newline at end of file
+core = 6.x
+; Information added by MTM packaging script on 2009-06-15
+version = "6.x-1.4"
+core = "6.x"
+project = "thickbox"
+datestamp = "1242639099"
Index: thickbox.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/thickbox/thickbox.module,v
retrieving revision 1.18.2.17
diff -u -p -r1.18.2.17 thickbox.module
--- thickbox.module	24 Mar 2009 14:25:36 -0000	1.18.2.17
+++ thickbox.module	25 Aug 2009 22:25:51 -0000
@@ -91,7 +91,7 @@ function _thickbox_doheader() {
   $path = drupal_get_path('module', 'thickbox');
   drupal_add_css($path .'/thickbox.css');
   if (variable_get('thickbox_ie_css', 0) != 1) {
-    drupal_add_css($path .'/thickbox_ie.css');
+    drupal_set_html_head('<!--[if IE]><link type="text/css" rel="stylesheet" media="all" href="'. $path .'/thickbox_ie.css'.'" /><![endif]-->');
   }
 
   // Insert translated strings as javascript settings.
