phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18982] Removing get_account_name which isn't needed,


From: Dave Hall
Subject: [Phpgroupware-cvs] [18982] Removing get_account_name which isn't needed, wasn' t documented or compliant with coding standards when added in r18974.
Date: Sun, 26 Oct 2008 20:49:32 +0000

Revision: 18982
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18982
Author:   skwashd
Date:     2008-10-26 20:49:31 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
Removing get_account_name which isn't needed, wasn't documented or compliant 
with coding standards when added in r18974.  If you need need this 
functionality caste the account object to a string.

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/accounts/class.accounts_sql.inc.php

Modified: core/trunk/phpgwapi/inc/accounts/class.accounts_sql.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/accounts/class.accounts_sql.inc.php 2008-10-26 
20:47:18 UTC (rev 18981)
+++ core/trunk/phpgwapi/inc/accounts/class.accounts_sql.inc.php 2008-10-26 
20:49:31 UTC (rev 18982)
@@ -363,19 +363,8 @@
                        }
                        return $account;
                }
-
                
                /**
-                * Get the acount name
-                *
-                * @return nothing
-                */
-               function get_account_name($accountid, &$lid, &$fname, &$lname)
-               {
-                       return;
-               }       
-               
-               /**
                 * Get a list of accounts which have contacts linked to them
                 *
                 * @return array account_id => contact_id mappings






reply via email to

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