mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
"removed debug messages (error_log)"
This commit is contained in:
parent
b89e7b46a1
commit
6b631a3dd0
@ -879,10 +879,8 @@ class setup
|
|||||||
|
|
||||||
function setup_account_object(array $config=array())
|
function setup_account_object(array $config=array())
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."($config)");
|
|
||||||
if (!is_object($this->accounts) || $config)
|
if (!is_object($this->accounts) || $config)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."($config) creating new this->accounts object");
|
|
||||||
if (!is_object($this->db))
|
if (!is_object($this->db))
|
||||||
{
|
{
|
||||||
$this->loaddb();
|
$this->loaddb();
|
||||||
|
Loading…
Reference in New Issue
Block a user