[sork] problem with forwards SQL driver

Ilya mail at krel.org
Wed Dec 31 19:21:43 PST 2003


The same problem with realm is with forwards, also "keeplocal" feature is not working.
Its being checked against "ON" but its actualy "on"

On Wed, Dec 31, 2003 at 09:51:30PM -0500, Ilya wrote:
> Hello, there is an extra dot in SQL driver in vacation:
> also the Vacation evolved since i last looked at it and $realm is actively used
> in all drivers, except sql. Originaly when i created sql i made it under
> assumption user will not be split in "user" and "realm". This breaks the sql
> driver, at least for me.
> i am not yet sure what would be the best way to handle it yet. I am thinking
> "if realm is set to default" -> user user at realm, if not -> just user
> 
> any suggestions?
> 
> This is a diff to fix extra dot:
> 144c144
> <         $query = 'SELECT ' . $this->params['vacation'] . ' . AS vacation, ' .  $this->params['message'] . ' AS message';
> ---
> >         $query = 'SELECT ' . $this->params['vacation'] . ' AS vacation, ' .  $this->params['message'] . ' AS message';
> 
> -- 
> Sork mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: sork-unsubscribe at lists.horde.org


More information about the sork mailing list