Page MenuHomePhorge

D25665.1736912531.diff
No OneTemporary

D25665.1736912531.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
Wed, Jan 15, 03:42 (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115239
Default Alt Text
D25665.1736912531.diff (823 B)

Event Timeline