Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/img_assist.module,v
retrieving revision 1.75.2.7
diff -u -p -r1.75.2.7 img_assist.module
--- img_assist.module	22 Jul 2008 23:08:13 -0000	1.75.2.7
+++ img_assist.module	23 Jul 2008 13:55:31 -0000
@@ -119,7 +119,7 @@ function img_assist_menu() {
 function img_assist_init() {
   $path = drupal_get_path('module', 'img_assist');
   if (arg(0) == 'img_assist') {
-    drupal_add_css($path .'/img_assist_popup.css');
+    drupal_add_css($path .'/img_assist_popup.css', 'module', 'all', FALSE);
   }
   else {
     drupal_add_js($path .'/img_assist.js');
