[ingo] Vacations problem

Oscar del Rio delrio at mie.utoronto.ca
Thu Jun 26 18:07:15 UTC 2014


On 06/26/14 11:28 AM, Nicolás Valera wrote:
>
> Hi, i have followed this post 
> (http://lists.horde.org/archives/ingo/Week-of-Mon-20140203/002217.html) but 
> it doesn't work for me.
>
> It seems like it doesn't use my custom parameters.
>
> Here is my backend.local.php
>
> $backends['imap']['disabled'] = true;
> $backends['customsql']['disabled']=false;


Did you forget the opening php line?

<?php
$backends['imap']['disabled'] = true;
$backends['customsql']['disabled']=false;

(etc)



More information about the ingo mailing list