Workaround for mozilla bug #200412.
[squirrelmail.git] / themes / greenhouse_effect.php
index 89aeaaace6e2f84f810fc2adf2a687245f7aa629..192faecbfafcd5edab7c3c915c65ce28231bdde5 100755 (executable)
@@ -8,7 +8,7 @@
  *    Comment: This theme generates random colors, featuring a
  *             light greenish background.
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
+ * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
@@ -37,7 +37,7 @@ for ($i = 0; $i <= 15; $i++) {
     }
 
     /** set array element as hex string with hashmark (for HTML output) **/
-    $color[$i] = sprintf("#%02X%02X%02X",$r,$g,$b);
+    $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
 }