Re: [vacation] Status-Message not updated
Hanns Mattes <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[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) Please let me know, if you need further information. Thank you, I really appreciate your help. Hanns -- Aufgrund meines hervorragenden Langzeitgedächtnisses sind mir mehrere Textpassagen mit deutlich entliehenen Texten aufgefallen. Aufgrund meines nicht so hervorragenden Kurzzeitgedächtnisses fällt mir leider gerade keine ein. [Matthias Vorlob in d.r.t.m.] -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]