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.3


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.contacts_sql.inc.php, 1.17.2.2.2.36, 1.17.2.2.2.37
Date: Wed, 19 Nov 2003 22:39:09 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.contacts_sql.inc.php 
Log Message:
Fixes 6555 seems to work fine


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.36
retrieving revision 1.17.2.2.2.37
diff -C2 -d -r1.17.2.2.2.36 -r1.17.2.2.2.37
*** class.contacts_sql.inc.php  3 Nov 2003 20:25:01 -0000       1.17.2.2.2.36
--- class.contacts_sql.inc.php  19 Nov 2003 22:39:05 -0000      1.17.2.2.2.37
***************
*** 36,40 ****
        * @package contacts
        * @author: Jonathan Rivera <jarg at co.com.mx>
!       * @copyright &copy; 2003 FreeSoftware Foundation
        * @license GPL
        * @example: $contacts = CreateObject('phpgwapi.contacts');
--- 36,40 ----
        * @package contacts
        * @author: Jonathan Rivera <jarg at co.com.mx>
!       * @copyright Copyright &copy; 2003 FreeSoftware Foundation
        * @license GPL
        * @example: $contacts = CreateObject('phpgwapi.contacts');
***************
*** 810,814 ****
                                $this->explode_field_name($field, $value, 
$fields);
                        }
!                       if(in_array($fields['note']))
                        {
                                $note['type'] = 'general';
--- 810,814 ----
                                $this->explode_field_name($field, $value, 
$fields);
                        }
!                       if(in_array($fields, $fields['note']))
                        {
                                $note['type'] = 'general';
***************
*** 837,841 ****
                        $fields['notes']                = $note;
                        $fields['organizations']        = $orgs;
!                       $fields['categories']           = $cat_id;
                        $fields['access']               = $access;
                        $this->contact_import($fields);
--- 837,841 ----
                        $fields['notes']                = $note;
                        $fields['organizations']        = $orgs;
!                       $fields['categories']   = $cat_id;
                        $fields['access']               = $access;
                        $this->contact_import($fields);
***************
*** 2613,2617 ****
                                foreach($queries as $query)
                                {
!                                       $this->db->query($query, __LINE__, 
__FILE__);
                                }
                        }
--- 2613,2617 ----
                                foreach($queries as $query)
                                {
!                                       $this->db->query($query, -1, -1);
                                }
                        }





reply via email to

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