[CS-Project-svn_notify] SF.net SVN: cs-project: [848] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-20 23:19:28
|
Revision: 848 http://cs-project.svn.sourceforge.net/cs-project/?rev=848&view=rev Author: crazedsanity Date: 2008-02-20 15:19:11 -0800 (Wed, 20 Feb 2008) Log Message: ----------- Remove wordwrap when sending emails. Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2008-02-20 22:55:52 UTC (rev 847) +++ trunk/1.2/lib/globalFunctions.php 2008-02-20 23:19:11 UTC (rev 848) @@ -1754,7 +1754,6 @@ $mail->ContentType = "text/html"; $mail->Subject = $subject; $mail->Body = $bbCodeParser->parseString($body); - $mail->WordWrap = 75; $logsObj = new logsClass($db, 'Email'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |