phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php, 1.


From: Edgar Luna <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php, 1.36.2.15.2.9, 1.36.2.15.2.10
Date: Tue, 09 Sep 2003 22:47:55 -0400

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv23401

Modified Files:
      Tag: Version-0_9_16-branch
        class.uiaddressbook.inc.php 
Log Message:
This close the bug description of: #5143, but not the title, for this
I won't request to close it. But is fixed


Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.36.2.15.2.9
retrieving revision 1.36.2.15.2.10
diff -C2 -r1.36.2.15.2.9 -r1.36.2.15.2.10
*** class.uiaddressbook.inc.php 9 Sep 2003 19:17:30 -0000       1.36.2.15.2.9
--- class.uiaddressbook.inc.php 10 Sep 2003 02:47:52 -0000      1.36.2.15.2.10
***************
*** 292,296 ****
                        
                        $criteria = array_merge($this->filters, $addr_filter, 
$filter_person, $query_filter);
!                       
                        $total_all_persons = 
$this->bo->so->$count_function($criteria);
                        $entries = $this->bo->$get_data_function($fields, 
$this->limit, $this->start, $this->order, $this->sort, $criteria);
--- 292,296 ----
                        
                        $criteria = array_merge($this->filters, $addr_filter, 
$filter_person, $query_filter);
! 
                        $total_all_persons = 
$this->bo->so->$count_function($criteria);
                        $entries = $this->bo->$get_data_function($fields, 
$this->limit, $this->start, $this->order, $this->sort, $criteria);
***************
*** 541,545 ****
                                
$this->bo->so->contacts->execute_queries($fields['trans']);
                                Header('Location: '
!                                       . $GLOBALS['phpgw']->link('/index.php', 
$this->form_index));
                        }
  
--- 541,547 ----
                                
$this->bo->so->contacts->execute_queries($fields['trans']);
                                Header('Location: '
!                                       . $GLOBALS['phpgw']->link('/index.php',
!                                               
'menuaction=addressbook.uiaddressbook.view_org&ab_id='.$this->contact_id));
!                               $GLOBALS['phpgw']->common->phpgw_exit();
                        }
  
***************
*** 701,705 ****
                                
$this->bo->so->contacts->execute_queries($fields['trans']);
                                Header('Location: '
!                                       . $GLOBALS['phpgw']->link('/index.php', 
$this->form_index));
                        }
  
--- 703,709 ----
                                
$this->bo->so->contacts->execute_queries($fields['trans']);
                                Header('Location: '
!                                       . $GLOBALS['phpgw']->link('/index.php',
!                                               
'menuaction=addressbook.uiaddressbook.view_person&ab_id='.$this->contact_id));
!                                       $GLOBALS['phpgw']->common->phpgw_exit();
                        }
  





reply via email to

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