From 0d649963f1a2b05ac8495d57a6390848e1f99fcb Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 7 Mar 2002 06:31:49 +0000 Subject: [PATCH] Changed version to reflect Moodle (it shows up in the mail headers) --- lib/class.phpmailer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/class.phpmailer.php b/lib/class.phpmailer.php index 2a5bc3688a..5986111ac5 100644 --- a/lib/class.phpmailer.php +++ b/lib/class.phpmailer.php @@ -130,7 +130,8 @@ class phpmailer * @public * @type string */ - var $Version = "phpmailer [version 1.25]"; + //var $Version = "phpmailer [version 1.25]"; + var $Version = "Moodle [phpmailer 1.25]"; ///////////////////////////////////////////////// -- 2.39.5