phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.accounts_sql.inc.php, 1.96


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.accounts_sql.inc.php, 1.96
Date: Tue, 27 Jul 2004 15:11:01 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: 
          class.accounts_sql.inc.php

date: 2004/07/27 13:11:01;  author: fipsfuchs;  state: Exp;  lines: +2 -24

Log Message:
some code moved to parent class
code makeup
=====================================================================
Index: phpgwapi/inc/class.accounts_sql.inc.php
diff -u phpgwapi/inc/class.accounts_sql.inc.php:1.95 
phpgwapi/inc/class.accounts_sql.inc.php:1.96
--- phpgwapi/inc/class.accounts_sql.inc.php:1.95        Fri Jun 25 08:17:38 2004
+++ phpgwapi/inc/class.accounts_sql.inc.php     Tue Jul 27 13:11:01 2004
@@ -31,11 +31,6 @@
        */
        class accounts extends accounts_
        {
-               var $db;
-               var $account_id;
-               var $data;
-               var $total;
-               var $account_type;
 
                function accounts($account_id = '', $account_type='')
                {
@@ -421,21 +416,4 @@
                        $lname = $account_name[$account_id]['lname'];
                        return;
                }
-
-               function get_account_data($account_id)
-               {
-                       $this->account_id = $account_id;
-                       $this->read_repository();
-
-                       $data[$this->data['account_id']]['lid']       = 
$this->data['account_lid'];
-                       $data[$this->data['account_id']]['firstname'] = 
$this->data['firstname'];
-                       $data[$this->data['account_id']]['lastname']  = 
$this->data['lastname'];
-                       $data[$this->data['account_id']]['fullname']  = 
$this->data['fullname'];
-                       $data[$this->data['account_id']]['type']      = 
$this->data['account_type'];
-
-                       return $data;
-               }
-       }
-       /*!
-        @class_end accounts
-       */
+       }
\ No newline at end of file




reply via email to

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