* Whoops -- had some stuff backwards in my mind
[squirrelmail.git] / functions / strings.php
index c0984ebca98a202f49ff720cabca65b221994177..f3b190fccb74ef37d9674681e1d2375278202ff6 100644 (file)
          }
          
          if ($Quotes > 1) {
-           if (! isset($color[13]))
-              $color[13] = '#FF0000';
-            $line = '<FONT COLOR="' . $color[13] . '">' . $line . '</FONT>';
-        } elseif ($Quotes) {
            if (! isset($color[14]))
-              $color[14] = '#800000';
+              $color[14] = '#FF0000';
             $line = '<FONT COLOR="' . $color[14] . '">' . $line . '</FONT>';
+        } elseif ($Quotes) {
+           if (! isset($color[13]))
+              $color[13] = '#800000';
+            $line = '<FONT COLOR="' . $color[13] . '">' . $line . '</FONT>';
         }
 
          $body_ary[$i] = $line;