mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
"removed extension of the accounts class, which is not used since r24948"
This commit is contained in:
parent
efb3189b49
commit
01e2e1fa72
@ -15,18 +15,10 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once(EGW_API_INC . '/class.accounts.inc.php');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User Interface for account and/or group selection
|
* User Interface for account and/or group selection
|
||||||
*
|
|
||||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
||||||
* @package api
|
|
||||||
* @subpackage html
|
|
||||||
* @access public
|
|
||||||
*/
|
*/
|
||||||
class uiaccountsel extends accounts
|
class uiaccountsel
|
||||||
{
|
{
|
||||||
var $public_functions = array(
|
var $public_functions = array(
|
||||||
'popup' => True,
|
'popup' => True,
|
||||||
@ -49,7 +41,7 @@ class uiaccountsel extends accounts
|
|||||||
*
|
*
|
||||||
* @return uiaccountsel
|
* @return uiaccountsel
|
||||||
*/
|
*/
|
||||||
function uiaccountsel()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->accounts = $GLOBALS['egw']->accounts;
|
$this->accounts = $GLOBALS['egw']->accounts;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user