[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] tts/inc/functions.inc.php, 1.37.2.7.2.1.2.2
From: |
nomail |
Subject: |
[Phpgroupware-cvs] tts/inc/functions.inc.php, 1.37.2.7.2.1.2.2 |
Date: |
Sat, 6 Nov 2004 17:13:46 +0100 |
Update of /tts/inc
Modified Files:
Branch: Version-0_9_16-branch
functions.inc.php
date: 2004/11/06 16:13:46; author: powerstat; state: Exp; lines: +6 -6
Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: tts/inc/functions.inc.php
diff -u tts/inc/functions.inc.php:1.37.2.7.2.1.2.1
tts/inc/functions.inc.php:1.37.2.7.2.1.2.2
--- tts/inc/functions.inc.php:1.37.2.7.2.1.2.1 Thu Aug 12 09:04:24 2004
+++ tts/inc/functions.inc.php Sat Nov 6 16:13:46 2004
@@ -15,7 +15,7 @@
{
while(!feof($myFile)) {
$myLine = fgets($myFile, 255);
- print("$myLine <BR>\n");
+ print("$myLine <br />\n");
}
fclose($myFile);
}
@@ -142,10 +142,10 @@
$rc = $GLOBALS['phpgw']->send->msg('email', $to,
$subject, stripslashes($body), '', $cc, $bcc);
if (!$rc)
{
- echo lang('Your message could <B>not</B> be
sent!<BR>')."\n"
- . lang('the mail server
returned').':<BR>'
- . "err_code:
'".$GLOBALS['phpgw']->send->err['code']."';<BR>"
- . "err_msg:
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
+ echo lang('Your message could <B>not</B> be
sent!<br />')."\n"
+ . lang('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"
. lang('To go back to the tts index,
click <a href= %1 >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
$GLOBALS['phpgw']->common->phpgw_exit();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] tts/inc/functions.inc.php, 1.37.2.7.2.1.2.2,
nomail <=