phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.uiaddressbook.inc.php, 1.36.2.1


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.uiaddressbook.inc.php, 1.36.2.15.2.57
Date: Wed, 8 Sep 2004 19:00:06 +0200

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

date: 2004/09/08 17:00:06;  author: jarg;  state: Exp;  lines: +10 -1

Log Message:
bugfix #9740
=====================================================================
Index: addressbook/inc/class.uiaddressbook.inc.php
diff -u addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.56 
addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.57
--- addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.56  Sat Aug 21 
05:53:12 2004
+++ addressbook/inc/class.uiaddressbook.inc.php Wed Sep  8 17:00:06 2004
@@ -2821,6 +2821,15 @@
                        
                        $contacts = array_merge($contacts, $addr[0]);
                        
+                       $others = 
$this->bo->get_others_contact_data($contact_id);
+                       if(is_array($others))
+                       {
+                               foreach($others as $key => $other_data)
+                               {
+                                       $contacts[$other_data['other_name']] = 
$other_data['other_value'];
+                               }
+                       }
+
                        $this->template->set_file(array('view_t' => 
'view.tpl'));
                        
$this->template->set_block('view_t','view_header','view_header');
                        
$this->template->set_block('view_t','view_row','view_row');




reply via email to

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