phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.boXport.inc.php, 1.7.4.5


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.boXport.inc.php, 1.7.4.5
Date: Sat, 6 Nov 2004 17:13:43 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: addressbook/inc/class.boXport.inc.php
diff -u addressbook/inc/class.boXport.inc.php:1.7.4.4 
addressbook/inc/class.boXport.inc.php:1.7.4.5
--- addressbook/inc/class.boXport.inc.php:1.7.4.4       Tue Feb 24 19:03:30 2004
+++ addressbook/inc/class.boXport.inc.php       Sat Nov  6 16:13:43 2004
@@ -67,7 +67,7 @@
                                        'filter' => $filter,
                                        'cat_id' => $cat_id
                                );
-                               if($this->debug) { echo '<br>Save:'; 
_debug_array($data); }
+                               if($this->debug) { echo '<br />Save:'; 
_debug_array($data); }
                                
$GLOBALS['phpgw']->session->appsession('session_data','addressbook',$data);
                        }
                }
@@ -75,7 +75,7 @@
                function read_sessiondata()
                {
                        $data = 
$GLOBALS['phpgw']->session->appsession('session_data','addressbook');
-                       if($this->debug) { echo '<br>Read:'; 
_debug_array($data); }
+                       if($this->debug) { echo '<br />Read:'; 
_debug_array($data); }
 
                        $this->start  = $data['start'];
                        $this->limit  = $data['limit'];
@@ -167,7 +167,7 @@
                                                        $name = "homeurl";
                                                        $value = $url. ':' . 
$value;
                                                }
-                                               //echo '<br>'.$j.': '.$name.' 
=> '.$value;
+                                               //echo '<br />'.$j.': '.$name.' 
=> '.$value;
                                                if ($contacts->import[$name] != 
'' && $value != '')
                                                {
                                                        $buffer = 
$contacts->import_new_attrib($buffer, $contacts->import[$name],$value);




reply via email to

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