phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.bojsaddressbook.inc.php, 1.1.2.12


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.bojsaddressbook.inc.php, 1.1.2.12
Date: Sat, 6 Nov 2004 16:34:26 +0100

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

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +6 -6

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.bojsaddressbook.inc.php
diff -u phpgwapi/inc/class.bojsaddressbook.inc.php:1.1.2.11 
phpgwapi/inc/class.bojsaddressbook.inc.php:1.1.2.12
--- phpgwapi/inc/class.bojsaddressbook.inc.php:1.1.2.11 Thu Jul 15 00:17:37 2004
+++ phpgwapi/inc/class.bojsaddressbook.inc.php  Sat Nov  6 15:34:26 2004
@@ -176,13 +176,13 @@
 
                                if(count($data['result']) > 0)
                                {
-                                       //print '<br><strong>Fed to 
comm_contact'.print_r($contacts).'</strong><br />';
+                                       //print '<br /><strong>Fed to 
comm_contact'.print_r($contacts).'</strong><br />';
                                        $entries_comm = 
$this->boaddressbook->get_comm_contact_data(array_keys($data['result']), 
$this->commtypes);
                                        
$data['result']=$this->merge_emails_to_results($data['result'],$entries_comm);
                                        //print '<br /><strong>entries 
com'.var_export($entries_comm).'</strong><br />';
                                }
                                        
-                               //print '<strong><br />DATA<BR></strong>';
+                               //print '<strong><br />DATA<br /></strong>';
                                //print_r($data);
                                $this->save_sessiondata($data);
                        }
@@ -481,12 +481,12 @@
                                                {
                                                        
while(list($num,$record)=each($this->result))
                                                        {
-                                                               //print "<br> 
Iterating results $id   ---> $name <br>$record[id]---> $record[email]";
+                                                               //print "<br /> 
Iterating results $id   ---> $name <br />$record[id]---> $record[email]";
                                                                //Found what we 
are looking for
                                                                if($id == 
$record["contact_id"])
                                                                {
                                                                        //Set 
the mail record to what it should be
-                                                                       //print 
"<br> seting mail to $record[email] <br>";
+                                                                       //print 
"<br /> seting mail to $record[email] <br />";
                                                                        
$ary['email']=($record["email"] ? $record["email"] : $record["home_email"]);
                                                                        
$aryboxes[$ak][$numary]=$ary;
                                                                        
$retboxes[$ak][$id]['email']= $ary['email'];
@@ -533,7 +533,7 @@
                        }
                        if($this->debug)
                        {
-                               echo '<br>Saving: ';
+                               echo '<br />Saving: ';
                                _debug_array($data);
                        }
                }
@@ -550,7 +550,7 @@
                        $data = 
$GLOBALS['phpgw']->session->appsession('session_data','jsbook_'.($location ? 
'_'.$location :""));
                        if($this->debug)
                        {
-                               echo '<br>Read: ';
+                               echo '<br />Read: ';
                                _debug_array($data);
                        }
                        return $data;




reply via email to

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