phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/class.uiattach_file.inc.php, 1.2.2.3


From: nomail
Subject: [Phpgroupware-cvs] email/inc/class.uiattach_file.inc.php, 1.2.2.3
Date: Sat, 6 Nov 2004 17:13:45 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/class.uiattach_file.inc.php
diff -u email/inc/class.uiattach_file.inc.php:1.2.2.2 
email/inc/class.uiattach_file.inc.php:1.2.2.3
--- email/inc/class.uiattach_file.inc.php:1.2.2.2       Sat Sep 13 01:46:17 2003
+++ email/inc/class.uiattach_file.inc.php       Sat Nov  6 16:13:45 2004
@@ -35,7 +35,7 @@
                
                function attach()
                {
-                       if ($this->debug > 0) { echo 'ENTERING 
emai.uiattach_file.attach'.'<br>'; }
+                       if ($this->debug > 0) { echo 'ENTERING 
emai.uiattach_file.attach'.'<br />'; }
                        if ($this->debug > 2) { echo 
'emai.uiattach_file.attach: initial $GLOBALS[phpgw_info][flags] DUMP<pre>'; 
print_r($GLOBALS['phpgw_info']['flags']);  echo '</pre>'; }
                        //return;
                        
@@ -84,7 +84,7 @@
                        }
                        
                        // shut down this transaction
-                       if ($this->debug > 0) { echo 'LEAVING 
emai.uiattach_file.attach with call to phpgw_exit'.'<br>'; }
+                       if ($this->debug > 0) { echo 'LEAVING 
emai.uiattach_file.attach with call to phpgw_exit'.'<br />'; }
                        $GLOBALS['phpgw']->common->phpgw_exit(False);
                }
        




reply via email to

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