[Mapbender-commits] r2409 - trunk/mapbender/http/classes/phpmailer-1.72

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 23 12:01:53 EDT 2008


Author: christoph
Date: 2008-04-23 12:01:53 -0400 (Wed, 23 Apr 2008)
New Revision: 2409

Modified:
   trunk/mapbender/http/classes/phpmailer-1.72/mail.php
Log:
merge w/ 2.5 branch (4)

Modified: trunk/mapbender/http/classes/phpmailer-1.72/mail.php
===================================================================
--- trunk/mapbender/http/classes/phpmailer-1.72/mail.php	2008-04-23 16:01:18 UTC (rev 2408)
+++ trunk/mapbender/http/classes/phpmailer-1.72/mail.php	2008-04-23 16:01:53 UTC (rev 2409)
@@ -28,7 +28,7 @@
 programs are COM components only available on Windows.  They are also a
 little pricey for smaller projects.
 
-Since I do Linux development I’ve missed these tools for my PHP coding.
+Since I do Linux development I�ve missed these tools for my PHP coding.
 So I built a version myself that implements the same methods (object
 calls) that the Windows-based components do. It is open source and the
 LGPL license allows you to place the class in your proprietary PHP
@@ -58,7 +58,7 @@
 A Simple Example:
 
 <?php
-require("class.phpmailer.php");
+require(dirname(__FILE__) . "/class.phpmailer.php");
 
 $mail = new PHPMailer();
 



More information about the Mapbender_commits mailing list