X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fgreenhouse_effect.php;h=192faecbfafcd5edab7c3c915c65ce28231bdde5;hb=0b914738a12be3227b86ffda909916d418b68116;hp=89aeaaace6e2f84f810fc2adf2a687245f7aa629;hpb=ecf5c1bd74140566ff58b5c6a88440483f2583b7;p=squirrelmail.git diff --git a/themes/greenhouse_effect.php b/themes/greenhouse_effect.php index 89aeaaac..192faecb 100755 --- a/themes/greenhouse_effect.php +++ b/themes/greenhouse_effect.php @@ -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); }