"removed extension of the accounts class, which is not used since r24948"

This commit is contained in:
Ralf Becker 2009-03-13 12:55:40 +00:00
parent efb3189b49
commit 01e2e1fa72

View File

@ -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;