Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:52:25 +0000 (14:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 Mar 2021 06:52:25 +0000 (14:52 +0800)
Import/Core_email.php

index 8bdc281..7b3de4a 100644 (file)
@@ -144,12 +144,11 @@ class Pman_Core_Import_Core_email extends Pman
                             break;
                         
                         case 'text/html':
-                        default:
                             $bodyhtml = $p->body;
                             break;
+                        // no default...
                         }
                         
-                        
                     }
                 case 'text/plain':
                     $bodytext = $parts[2];