phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18974] partial fix : added missing get_account_name


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18974] partial fix : added missing get_account_name public method ( called from class.common.inc.php, class.preferences.inc.php and class. vfs_dav.inc.php)
Date: Sat, 25 Oct 2008 19:10:30 +0000

Revision: 18974
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18974
Author:   maat
Date:     2008-10-25 19:10:27 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
partial fix : added missing get_account_name public method (called from 
class.common.inc.php, class.preferences.inc.php and class.vfs_dav.inc.php)

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-25 
19:01:04 UTC (rev 18973)
+++ core/trunk/phpgwapi/inc/accounts/class.accounts_sql.inc.php 2008-10-25 
19:10:27 UTC (rev 18974)
@@ -364,7 +364,18 @@
                        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]