phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.accounts_ldap.inc.php, 1.101.2.13.


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.accounts_ldap.inc.php, 1.101.2.13.2.4, 1.101.2.13.2.5 class.accounts_sql.inc.php, 1.80.2.8.2.15, 1.80.2.8.2.16
Date: Sun, 26 Oct 2003 06:13:00 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.accounts_ldap.inc.php class.accounts_sql.inc.php 
Log Message:
More person_id support in accounts 


Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.80.2.8.2.15
retrieving revision 1.80.2.8.2.16
diff -C2 -d -r1.80.2.8.2.15 -r1.80.2.8.2.16
*** class.accounts_sql.inc.php  26 Oct 2003 05:17:18 -0000      1.80.2.8.2.15
--- class.accounts_sql.inc.php  26 Oct 2003 06:12:58 -0000      1.80.2.8.2.16
***************
*** 204,208 ****
                                        'account_lastname'  => 
$this->db->f('account_lastname'),
                                        'account_status'    => 
$this->db->f('account_status'),
!                                       'account_expires'   => 
$this->db->f('account_expires')
                                );
                        }
--- 204,209 ----
                                        'account_lastname'  => 
$this->db->f('account_lastname'),
                                        'account_status'    => 
$this->db->f('account_status'),
!                                       'account_expires'   => 
$this->db->f('account_expires'),
!                                       'person_id'   => 
$this->db->f('person_id')
                                );
                        }
***************
*** 395,399 ****
                                'account_lastname'  => '',
                                'account_status'    => $account_status,
!                               'account_expires'   => $expires
                        );
  
--- 396,401 ----
                                'account_lastname'  => '',
                                'account_status'    => $account_status,
!                               'account_expires'   => $expires,
!                               'person_id'   => 'NULL'
                        );
  

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.101.2.13.2.4
retrieving revision 1.101.2.13.2.5
diff -C2 -d -r1.101.2.13.2.4 -r1.101.2.13.2.5
*** class.accounts_ldap.inc.php 21 May 2003 22:27:16 -0000      1.101.2.13.2.4
--- class.accounts_ldap.inc.php 26 Oct 2003 06:12:57 -0000      1.101.2.13.2.5
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - Accounts manager for LDAP                          
   *
        * Written by Joseph Engo <address@hidden>                          *
        *        and Lars Kneschke <address@hidden>                            *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - Accounts manager for LDAP                          
   *
        * Written by Joseph Engo <address@hidden>                          *
        *        and Lars Kneschke <address@hidden>                            *
***************
*** 891,895 ****
                        $data[$this->data['account_id']]['fullname']  = 
$this->data['fullname'];
                        $data[$this->data['account_id']]['type']      = 
$this->data['account_type'];
! 
                        return $data;
                }
--- 891,895 ----
                        $data[$this->data['account_id']]['fullname']  = 
$this->data['fullname'];
                        $data[$this->data['account_id']]['type']      = 
$this->data['account_type'];
!                       $data[$this->data['account_id']]['person_id'] = 
$this->data['person_id'];
                        return $data;
                }





reply via email to

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