6.0.0-alpha14
7/2/25

[#10449] Undefined index: assistantPhone
Summary Undefined index: assistantPhone
Queue Turba
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester rsalmon (at) mbpgroup (dot) com
Created 08/22/2011 (5063 days ago)
Due
Updated 08/22/2011 (5063 days ago)
Assigned
Resolved 08/22/2011 (5063 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/22/2011 04:12:53 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
08/22/2011 04:12:35 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Fix attribute name (Bug #10449).

  3 files changed, 5 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/5a902a8c1e8fee113725ca534f786676b6673366
08/22/2011 12:47:48 PM rsalmon (at) mbpgroup (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Undefined index: assistantPhone
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
NOTICE: HORDE [turba] PHP ERROR: Undefined index: assistantPhone [pid 
25857 on line 109 of "/var/www/html/hordetest/turba/lib/Api.php"]
HORDE [turba] PHP ERROR: Undefined index: assistantPhone [pid 25857 on 
line 110 of "/var/www/html/hordetest/turba/lib/Api.php"]


possible fix, add the following code to turba/config/attributes.php


$attributes['assistantPhone'] = array(
     'label' => _("Assistant Phone"),
     'type' => 'phone',
     'required' => false
);

Saved Queries