phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.contacts_sql.inc.php, 1.17.2.2.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.contacts_sql.inc.php, 1.17.2.2.2.17, 1.17.2.2.2.18
Date: Mon, 06 Oct 2003 02:41:37 +0000

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv31669

Modified Files:
      Tag: Version-0_9_16-branch
        class.contacts_sql.inc.php 
Log Message:
fixes from jarg

Index: class.contacts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php,v
retrieving revision 1.17.2.2.2.17
retrieving revision 1.17.2.2.2.18
diff -C2 -d -r1.17.2.2.2.17 -r1.17.2.2.2.18
*** class.contacts_sql.inc.php  5 Oct 2003 07:35:18 -0000       1.17.2.2.2.17
--- class.contacts_sql.inc.php  6 Oct 2003 02:41:34 -0000       1.17.2.2.2.18
***************
*** 901,909 ****
                                      'per_department',
                                      'per_initials',
!                                     'per_sound',
!                                     'org_name',
!                                     'people');
                        $this->request($data);
!                       $this->criteria(array('contact_id' => $contact_id, 
'my_preferred' => 'Y'));
                        return $this->get_query($action, __LINE__, __FILE__);
                }
--- 901,911 ----
                                      'per_department',
                                      'per_initials',
!                                     'per_sound');
!                       
! //                                  'org_name',
! //                                  'people');
                        $this->request($data);
! //                    $this->criteria(array('contact_id' => $contact_id, 
'my_preferred' => 'Y'));
!                       $this->criteria(array('contact_id' => $contact_id));
                        return $this->get_query($action, __LINE__, __FILE__);
                }





reply via email to

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