| 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 (6397 days ago) |
| Due | |
| Updated | 04/30/2008 (6397 days ago) |
| Assigned | |
| Resolved | 04/30/2008 (6397 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Vacation : Undefined index: addresses when using hook
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
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']);
}