Page MenuHomePhorge

D25665.1734707502.diff
No OneTemporary

D25665.1734707502.diff

diff --git a/externals/phpmailer/class.phpmailer-lite.php b/externals/phpmailer/class.phpmailer-lite.php
--- a/externals/phpmailer/class.phpmailer-lite.php
+++ b/externals/phpmailer/class.phpmailer-lite.php
@@ -2048,7 +2048,6 @@
* @param string $key_pass Password for private key
*/
public function DKIM_QP($txt) {
- $tmp="";
$line="";
for ($i=0;$i<strlen($txt);$i++) {
$ord=ord($txt[$i]);
diff --git a/externals/phpmailer/class.phpmailer.php b/externals/phpmailer/class.phpmailer.php
--- a/externals/phpmailer/class.phpmailer.php
+++ b/externals/phpmailer/class.phpmailer.php
@@ -2186,7 +2186,6 @@
* @param string $key_pass Password for private key
*/
public function DKIM_QP($txt) {
- $tmp="";
$line="";
for ($i=0;$i<strlen($txt);$i++) {
$ord=ord($txt[$i]);

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 15:11 (20 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1018932
Default Alt Text
D25665.1734707502.diff (823 B)

Event Timeline