phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.80,1.8


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_sql.inc.php,1.80,1.81
Date: Wed, 30 Jan 2002 21:44:55 -0500

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

Modified Files:
        class.accounts_sql.inc.php 
Log Message:
added type to function read_repository

Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** class.accounts_sql.inc.php  13 Jan 2002 03:53:43 -0000      1.80
--- class.accounts_sql.inc.php  31 Jan 2002 02:44:52 -0000      1.81
***************
*** 51,65 ****
                        $this->db->next_record();
  
!                       $this->data['userid']            = 
$this->db->f('account_lid');
!                       $this->data['account_id']        = 
$this->db->f('account_id');
!                       $this->data['account_lid']       = 
$this->db->f('account_lid');
!                       $this->data['firstname']         = 
$this->db->f('account_firstname');
!                       $this->data['lastname']          = 
$this->db->f('account_lastname');
!                       $this->data['fullname']          = 
$this->db->f('account_firstname') . ' ' . $this->db->f('account_lastname');
!                       $this->data['lastlogin']         = 
$this->db->f('account_lastlogin');
!                       $this->data['lastloginfrom']     = 
$this->db->f('account_lastloginfrom');
!                       $this->data['lastpasswd_change'] = 
$this->db->f('account_lastpwd_change');
!                       $this->data['status']            = 
$this->db->f('account_status');
!                       $this->data['expires']           = 
$this->db->f('account_expires');
  
                        return $this->data;
--- 51,66 ----
                        $this->db->next_record();
  
!                       $this->data['userid']                           = 
$this->db->f('account_lid');
!                       $this->data['account_id']                       = 
$this->db->f('account_id');
!                       $this->data['account_lid']                      = 
$this->db->f('account_lid');
!                       $this->data['firstname']                        = 
$this->db->f('account_firstname');
!                       $this->data['lastname']                         = 
$this->db->f('account_lastname');
!                       $this->data['fullname']                         = 
$this->db->f('account_firstname') . ' ' . $this->db->f('account_lastname');
!                       $this->data['lastlogin']                        = 
$this->db->f('account_lastlogin');
!                       $this->data['lastloginfrom']            = 
$this->db->f('account_lastloginfrom');
!                       $this->data['lastpasswd_change']        = 
$this->db->f('account_lastpwd_change');
!                       $this->data['status']                           = 
$this->db->f('account_status');
!                       $this->data['expires']                          = 
$this->db->f('account_expires');
!                       $this->data['account_type']                     = 
$this->db->f('account_type');
  
                        return $this->data;




reply via email to

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