Index: modules/color/color.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.module,v
retrieving revision 1.37
diff -u -p -r1.37 color.module
--- modules/color/color.module	28 Dec 2007 12:02:51 -0000	1.37
+++ modules/color/color.module	11 Jan 2008 08:42:47 -0000
@@ -377,7 +377,7 @@ function _color_rewrite_stylesheet($them
 
   // Split off the "Don't touch" section of the stylesheet.
   $split = "Color Module: Don't touch";
-  if (strpos($split, $style) !== FALSE) {
+  if (strpos($style, $split) !== FALSE) {
     list($style, $fixed) = explode($split, $style);
   }
 
