[CS-Project-svn_notify] SF.net SVN: cs-project: [868] trunk/1.1
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-03-31 02:19:50
|
Revision: 868 http://cs-project.svn.sourceforge.net/cs-project/?rev=868&view=rev Author: crazedsanity Date: 2008-03-30 19:19:47 -0700 (Sun, 30 Mar 2008) Log Message: ----------- *** RELEASE 1.1.5 *** Add ancestry link list to issue title (issue #146), plus remove wrapping from send_single_email() so wrapping isn't terrible. Modified Paths: -------------- trunk/1.1/VERSION trunk/1.1/lib/globalFunctions.php Modified: trunk/1.1/VERSION =================================================================== --- trunk/1.1/VERSION 2008-03-31 01:58:27 UTC (rev 867) +++ trunk/1.1/VERSION 2008-03-31 02:19:47 UTC (rev 868) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.4 +VERSION: 1.1.5 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ Modified: trunk/1.1/lib/globalFunctions.php =================================================================== --- trunk/1.1/lib/globalFunctions.php 2008-03-31 01:58:27 UTC (rev 867) +++ trunk/1.1/lib/globalFunctions.php 2008-03-31 02:19:47 UTC (rev 868) @@ -1756,7 +1756,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. |