rc1 -> cvs (for consistancy [did I spell that right?])
[squirrelmail.git] / functions / strings.php
index c0984ebca98a202f49ff720cabca65b221994177..dcef5bd0c11200de57a3626f18b4b0f020335fd8 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;
 
    /* SquirrelMail version number -- DO NOT CHANGE */
    global $version;
-   $version = '1.1.3 [cvs]';
+   $version = '1.2.0 [cvs]';
 
 
    function find_mailbox_name ($mailbox) {