forked from extern/egroupware
Oops, move the phpgw_info above the class spec
This commit is contained in:
parent
6b154b447e
commit
25f3b8f34c
@ -23,15 +23,8 @@
|
|||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
class accounts_
|
// Dont know where to put this (seek3r)
|
||||||
{
|
|
||||||
var $db;
|
|
||||||
var $account_id;
|
|
||||||
var $data;
|
|
||||||
var $memberships = Array();
|
|
||||||
var $members;
|
|
||||||
// Dont know where to put this (seek3r)
|
|
||||||
// This is where it belongs (jengo)
|
// This is where it belongs (jengo)
|
||||||
// This is where it ended up (milosch)
|
// This is where it ended up (milosch)
|
||||||
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
||||||
@ -60,6 +53,14 @@
|
|||||||
'named' => True
|
'named' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
|
class accounts_
|
||||||
|
{
|
||||||
|
var $db;
|
||||||
|
var $account_id;
|
||||||
|
var $data;
|
||||||
|
var $memberships = Array();
|
||||||
|
var $members;
|
||||||
|
|
||||||
function accounts_()
|
function accounts_()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
$phpgw_info["server"]["global_denied_users"] = array();
|
||||||
|
|
||||||
class accounts_
|
class accounts_
|
||||||
{
|
{
|
||||||
var $db;
|
var $db;
|
||||||
@ -32,13 +34,6 @@
|
|||||||
var $memberships;
|
var $memberships;
|
||||||
var $members;
|
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()
|
function accounts()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
|
Loading…
Reference in New Issue
Block a user