### Eclipse Workspace Patch 1.0
#P drupal-cvs
Index: modules/color/color.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.module,v
retrieving revision 1.27
diff -u -r1.27 color.module
--- modules/color/color.module	11 Oct 2007 10:51:06 -0000	1.27
+++ modules/color/color.module	14 Oct 2007 10:32:16 -0000
@@ -302,7 +302,7 @@
   $default = color_get_palette($theme, true);
 
   // Split off the "Don't touch" section of the stylesheet.
-  list($style, $fixed) = explode("Color Module: Don't touch", $style);
+  @list($style, $fixed) = explode("Color Module: Don't touch", $style);
 
   // Look for @import commands and insert the referenced stylesheets.
   $cwd = getcwd();
