Page MenuHomePhorge

D25664.1734729269.diff
No OneTemporary

D25664.1734729269.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
@@ -2049,7 +2049,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
@@ -2187,7 +2187,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, 21:14 (16 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015699
Default Alt Text
D25664.1734729269.diff (823 B)

Event Timeline