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_ldap.inc.php,1.101,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.101,1.102 class.accounts_sql.inc.php,1.81,1.82
Date: Fri, 15 Feb 2002 13:55:15 -0500

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

Modified Files:
        class.accounts_ldap.inc.php class.accounts_sql.inc.php 
Log Message:
Added the var  to the class variables.

Index: class.accounts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_ldap.inc.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -r1.101 -r1.102
*** class.accounts_ldap.inc.php 6 Jan 2002 06:06:30 -0000       1.101
--- class.accounts_ldap.inc.php 15 Feb 2002 18:55:11 -0000      1.102
***************
*** 34,37 ****
--- 34,38 ----
                var $group_context = '';
                var $total;
+               var $account_type;
  
                function accounts_()
***************
*** 431,434 ****
--- 432,436 ----
                                return $id_list[$account_id];
                        }
+                       $id_list[$account_id] = '';
  
                        $allValues = array();

Index: class.accounts_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_sql.inc.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -r1.81 -r1.82
*** class.accounts_sql.inc.php  31 Jan 2002 02:44:52 -0000      1.81
--- class.accounts_sql.inc.php  15 Feb 2002 18:55:11 -0000      1.82
***************
*** 35,38 ****
--- 35,39 ----
                var $data;
                var $total;
+               var $account_type;
  
                function accounts_()




reply via email to

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