phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/inc/cron forward_mail_as_sms.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc/cron forward_mail_as_sms.php
Date: Tue, 27 Feb 2007 10:42:09 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/02/27 10:42:09

Modified files:
        inc/cron       : forward_mail_as_sms.php 

Log message:
        new line

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/cron/forward_mail_as_sms.php?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: forward_mail_as_sms.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/cron/forward_mail_as_sms.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- forward_mail_as_sms.php     27 Feb 2007 10:11:29 -0000      1.1
+++ forward_mail_as_sms.php     27 Feb 2007 10:42:09 -0000      1.2
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage custom
-       * @version $Id: forward_mail_as_sms.php,v 1.1 2007/02/27 10:11:29 
sigurdne Exp $
+       * @version $Id: forward_mail_as_sms.php,v 1.2 2007/02/27 10:42:09 
sigurdne Exp $
        */
 
        /**
@@ -149,7 +149,7 @@
                                        $sms[$j]['message'] .= "\n";
                                        for($i=0; $i<count($bodyParts); $i++ )
                                        {
-                                               $sms[$j]['message'] .= 
$bodyParts[$i]['body'];
+                                               $sms[$j]['message'] .= 
$bodyParts[$i]['body'] . "\n";
                                        }
 
                                        $sms[$j]['message'] = 
substr($sms[$j]['message'],0,160);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]