From: martin Date: Thu, 7 Mar 2002 06:31:49 +0000 (+0000) Subject: Changed version to reflect Moodle (it shows up in the mail headers) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0d649963f1a2b05ac8495d57a6390848e1f99fcb;p=moodle.git Changed version to reflect Moodle (it shows up in the mail headers) --- 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]"; /////////////////////////////////////////////////