mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +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())
|
||||
{
|
||||
error_log(__METHOD__."($config)");
|
||||
if (!is_object($this->accounts) || $config)
|
||||
{
|
||||
error_log(__METHOD__."($config) creating new this->accounts object");
|
||||
if (!is_object($this->db))
|
||||
{
|
||||
$this->loaddb();
|
||||
|
Loading…
Reference in New Issue
Block a user