]> git.mjollnir.org Git - moodle.git/commitdiff
Changed version to reflect Moodle (it shows up in the mail headers)
authormartin <martin>
Thu, 7 Mar 2002 06:31:49 +0000 (06:31 +0000)
committermartin <martin>
Thu, 7 Mar 2002 06:31:49 +0000 (06:31 +0000)
lib/class.phpmailer.php

index 2a5bc3688aec46413db028b9ae517d190c6c70f2..5986111ac5d934af18f71a620d6ea81af20f8112 100644 (file)
@@ -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]";
 
 
    /////////////////////////////////////////////////