Re: [vacation] Status-Message not updated
Jan Schneider <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
Zitat von Hanns Mattes <[email protected]>: > Hei, Jan, > > > Jan Schneider <[email protected]> schrieb: > >>> [vacation status message not updating] >> What's the content of $current_details in isEnabled()? Put a >> var_dump($current_details) in there. > > Output with vacationActive=True > array(2) { ["message"]=> string(0) "" ["vacation"]=> string(5) "FALSE" } > > corresponding settings in conf.php > ,---- > | $conf['server']['params']['default']['vacation'] = 'vacationInfo'; > | $conf['server']['params']['default']['active'] = 'vacationActive'; > | $conf['server']['params']['default']['enabled'] = 'TRUE'; > | $conf['server']['params']['default']['disabled'] = 'FALSE'; > `---- > > With the lowercase values "true" and "false" I get: > array(2) { ["message"]=> string(0) "" ["vacation"]=> bool(false) } > > > Output with attribute "title=Y" > > array(2) { ["message"]=> string(0) "" ["vacation"]=> string(1) "Y" } > > corresponding settings in conf.php > ,---- > | $conf['server']['params']['default']['vacation'] = 'vacationInfo'; > | $conf['server']['params']['default']['active'] = 'title'; > | $conf['server']['params']['default']['enabled'] = 'Y'; > | $conf['server']['params']['default']['disabled'] = 'N'; > `---- > > FYI: I'm using vacation H3(3.0.1) Sorry, I don't follow. It looks like your LDAP server is not returning the vacationActive attribute properly. There is nothing *we* could do about that. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]