moving Del/prev lnks around - addded border.
[squirrelmail.git] / src / options_highlight.php
index 381a4322b749b3d2cbe8af721e5300eb1f93cce3..79e2d2ae8741f0b3fc0e8ca830206e716121dc92 100644 (file)
@@ -9,9 +9,10 @@
  * Displays message highlighting options
  *
  * $Id$
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -351,6 +352,7 @@ if ($action == 'edit' || $action == 'add') {
         $current_color = '63aa7f';
     }
 
+    $pre_defined_color = 0;
     for($x = 0; $x < 5; $x++) {
         for($y = 0; $y < 19; $y++) {
             $gridindex = "$y,$x";