Explorar o código

Do not send quality-headers if they are set to Normal, which is the default.

Thijs Kinkhorst %!s(int64=20) %!d(string=hai) anos
pai
achega
86f4edf09a
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      class/deliver/Deliver.class.php

+ 0 - 3
class/deliver/Deliver.class.php

@@ -467,9 +467,6 @@ class Deliver {
             case 1:
             case 1:
                 $header[] = 'X-Priority: 1 (Highest)'.$rn;
                 $header[] = 'X-Priority: 1 (Highest)'.$rn;
                 $header[] = 'Importance: High'. $rn; break;
                 $header[] = 'Importance: High'. $rn; break;
-            case 3:
-                $header[] = 'X-Priority: 3 (Normal)'.$rn;
-                $header[] = 'Importance: Normal'. $rn; break;
             case 5:
             case 5:
                 $header[] = 'X-Priority: 5 (Lowest)'.$rn;
                 $header[] = 'X-Priority: 5 (Lowest)'.$rn;
                 $header[] = 'Importance: Low'. $rn; break;
                 $header[] = 'Importance: Low'. $rn; break;