mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Oops, move the phpgw_info above the class spec
This commit is contained in:
parent
6b154b447e
commit
25f3b8f34c
@ -23,15 +23,8 @@
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
class accounts_
|
||||
{
|
||||
var $db;
|
||||
var $account_id;
|
||||
var $data;
|
||||
var $memberships = Array();
|
||||
var $members;
|
||||
// Dont know where to put this (seek3r)
|
||||
|
||||
// Dont know where to put this (seek3r)
|
||||
// This is where it belongs (jengo)
|
||||
// This is where it ended up (milosch)
|
||||
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
||||
@ -60,6 +53,14 @@
|
||||
'named' => True
|
||||
);
|
||||
|
||||
class accounts_
|
||||
{
|
||||
var $db;
|
||||
var $account_id;
|
||||
var $data;
|
||||
var $memberships = Array();
|
||||
var $members;
|
||||
|
||||
function accounts_()
|
||||
{
|
||||
global $phpgw;
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["server"]["global_denied_users"] = array();
|
||||
|
||||
class accounts_
|
||||
{
|
||||
var $db;
|
||||
@ -32,13 +34,6 @@
|
||||
var $memberships;
|
||||
var $members;
|
||||
|
||||
// Dont know where to put this (seek3r)
|
||||
// This is where it belongs (jengo)
|
||||
// This is where it ended up (milosch)
|
||||
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
||||
// it is here as an empty array to avoid some errors, hopefully
|
||||
$phpgw_info["server"]["global_denied_users"] = array();
|
||||
|
||||
function accounts()
|
||||
{
|
||||
global $phpgw;
|
||||
|
Loading…
Reference in New Issue
Block a user