Fix IMAP PARSE reponse matching. This should get rid of retrival errors
[squirrelmail.git] / src / options_highlight.php
index b3e044ad4fb5af5c1baef80687ed595d425237c5..ceebe2f46c858edc92bb33a6b7747c7e33248888 100644 (file)
@@ -34,7 +34,7 @@ if (! isset($message_highlight_list)) {
 
 if ($action == 'delete' && isset($theid)) {
     removePref($data_dir, $username, "highlight$theid");
-    header( "Location: $PHP_SELF" );
+    header( "Location: $SCRIPT_NAME" );
     exit;
 } else if ($action == 'save') {
     if (!$theid) $theid = 0;