6.0.0-beta1
7/4/25

[#6664] Vacation : Undefined index: addresses when using hook
Summary Vacation : Undefined index: addresses when using hook
Queue Ingo
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester pascal.poudrier (at) geothentic (dot) com
Created 04/30/2008 (6274 days ago)
Due
Updated 04/30/2008 (6274 days ago)
Assigned
Resolved 04/30/2008 (6274 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/30/2008 10:12:01 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks!
04/30/2008 08:01:18 PM pascal (dot) poudrier (at) geothentic (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Vacation : Undefined index: addresses when using hook
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
Reply to this comment
I configured the vacation addresses from my LDAP server I do not show 
the addresses field.



When I click save I get the following Notice message but everything 
seems to work fine :



Notice: Undefined index: addresses in 
/var/www/localhost/htdocs/horde2/ingo/vacation.php on line 68



If I add this code around the line, the message disapear and 
everything seem to work fine.

if (isset($info['addresses'])) {

         $vacation->setVacationAddresses($info['addresses']);

     }


Saved Queries