mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:11:29 +01:00
more debug to find out why setVacationUser is not working
This commit is contained in:
parent
583b11c2ad
commit
d0734e6a6c
@ -591,7 +591,7 @@ class defaultimap extends Net_IMAP
|
|||||||
*/
|
*/
|
||||||
public function __call($name,array $params=null)
|
public function __call($name,array $params=null)
|
||||||
{
|
{
|
||||||
//error_log(__METHOD__.'->'.$name.' with params:'.array2string($params));
|
if ($this->debug) error_log(__METHOD__.'->'.$name.' with params:'.array2string($params));
|
||||||
switch($name)
|
switch($name)
|
||||||
{
|
{
|
||||||
case 'installScript':
|
case 'installScript':
|
||||||
@ -619,6 +619,7 @@ class defaultimap extends Net_IMAP
|
|||||||
|
|
||||||
public function setVacationUser($_euser, $_scriptName, $_vacation)
|
public function setVacationUser($_euser, $_scriptName, $_vacation)
|
||||||
{
|
{
|
||||||
|
if ($this->debug) error_log(__CLASS__.'::'.__METHOD__.' User:'.array2string($_euser).' Scriptname:'.array2string($_scriptName).' VacationMessage:'.array2string($_vacation));
|
||||||
if (is_null($this->sieve))
|
if (is_null($this->sieve))
|
||||||
{
|
{
|
||||||
$this->sieve = new emailadmin_sieve();
|
$this->sieve = new emailadmin_sieve();
|
||||||
|
Loading…
Reference in New Issue
Block a user