]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/test/phpmailer_test.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / phpmailer / test / phpmailer_test.php
index ffbe4bd42982c853d728a979f09b70b9aa6bc322..63743ea8c22afbb31ae5fa6712ed995aafbe4cb0 100644 (file)
@@ -199,7 +199,7 @@ class phpmailerTest extends TestCase
             $this->AddChange("Encoding", $this->Mail->Encoding);
         if($this->Mail->CharSet != "iso-8859-1")
             $this->AddChange("CharSet", $this->Mail->CharSet);
-        if($this->Mail->Sender != "")
+        if($this->Mail->Sender != '')
             $this->AddChange("Sender", $this->Mail->Sender);
         if($this->Mail->WordWrap != 0)
             $this->AddChange("WordWrap", $this->Mail->WordWrap);