phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/export/Multiple_VCard, 1.2.6.7


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/export/Multiple_VCard, 1.2.6.7
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /addressbook/inc/export
Modified Files:
        Branch: Version-0_9_16-branch
          Multiple_VCard

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: addressbook/inc/export/Multiple_VCard
diff -u addressbook/inc/export/Multiple_VCard:1.2.6.6 
addressbook/inc/export/Multiple_VCard:1.2.6.7
--- addressbook/inc/export/Multiple_VCard:1.2.6.6       Tue Feb 24 19:03:29 2004
+++ addressbook/inc/export/Multiple_VCard       Sat Nov  6 16:13:48 2004
@@ -161,7 +161,7 @@
                        if ($this->export[$name] && ($value != '') )
                        {
                                $buffer[$this->id][$this->export[$name]] = 
$value;
-                               /* echo '<br>'.$this->id.' - 
'.$this->export[$name].': '.$buffer[$this->id][$this->export[$name]]; */
+                               /* echo '<br />'.$this->id.' - 
'.$this->export[$name].': '.$buffer[$this->id][$this->export[$name]]; */
                        }
                        return $buffer;
                }




reply via email to

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