Browse Source

removed double code (sorry forgot)

stekkel 23 years ago
parent
commit
a3aa553ca0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      class/mime.class.php

+ 0 - 3
class/mime.class.php

@@ -173,9 +173,6 @@ class rfc822_header
 	case ('x-mailer'):
 	    $this->xmailer = $value;
 	    break;
-	case ('user-agent'):
-	    $this->xmailer = $value;
-	    break;
 	case ('x-priority'):
 	    $this->priority = $value;
 	    break;