Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2689176
D25664.1734729269.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
823 B
Referenced Files
None
Subscribers
None
D25664.1734729269.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25664: PHPMailer: Remove unused variable
Attached
Detach File
Event Timeline
Log In to Comment