phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/inc/class.bo.inc.php, 1.4.2.1.4.2


From: nomail
Subject: [Phpgroupware-cvs] tts/inc/class.bo.inc.php, 1.4.2.1.4.2
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /tts/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.bo.inc.php

date: 2004/11/06 16:13:46;  author: powerstat;  state: Exp;  lines: +4 -4

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: tts/inc/class.bo.inc.php
diff -u tts/inc/class.bo.inc.php:1.4.2.1.4.1 
tts/inc/class.bo.inc.php:1.4.2.1.4.2
--- tts/inc/class.bo.inc.php:1.4.2.1.4.1        Tue Jan 20 05:45:07 2004
+++ tts/inc/class.bo.inc.php    Sat Nov  6 16:13:46 2004
@@ -481,10 +481,10 @@
                                $rc = $GLOBALS['phpgw']->send->msg('email', 
$to, $subject, stripslashes($body), '', $cc, $bcc);
                                if (!$rc)
                                {
-                                       echo  'Your message could <B>not</B> be 
sent!<BR>'."\n"
-                                               . 'The mail server 
returned:<BR>'
-                                               . "err_code: 
'".$GLOBALS['phpgw']->send->err['code']."';<BR>"
-                                               . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
+                                       echo  'Your message could <B>not</B> be 
sent!<br />'."\n"
+                                               . 'The mail server returned:<br 
/>'
+                                               . "err_code: 
'".$GLOBALS['phpgw']->send->err['code']."';<br />"
+                                               . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<br />\n"
                                                . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
                                                . 'To go back to the msg list, 
click <a href="'.$GLOBALS['phpgw']->link('/tts/index.php','cd=13').'">here</a>';
                                        $GLOBALS['phpgw']->common->phpgw_exit();




reply via email to

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