6.0.0-beta1
7/12/25

[#3575] display_contact setting not defined in prefs.php.dist
Summary display_contact setting not defined in prefs.php.dist
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners Horde Developers (at)
Requester voegelas (at) gmx (dot) net
Created 03/08/2006 (7066 days ago)
Due
Updated 03/14/2006 (7060 days ago)
Assigned 03/08/2006 (7066 days ago)
Resolved 03/14/2006 (7060 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/14/2006 06:44:45 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
03/08/2006 07:52:59 PM Chuck Hagenbuch Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
03/08/2006 09:15:39 AM voegelas (at) gmx (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ display_contact setting not defined in prefs.php.dist
Queue ⇒ Kronolith
Reply to this comment
In contacts.php the preference setting display_contact is referenced 
but that setting is not defined in Kronolith's prefs.php.dist (like it 
is in IMP's prefs.php.dist, for example):



if ($search || $prefs->getValue('display_contact')) {

     $results = $registry->call('contacts/search', $apiargs);

} else {

     $results = array();

}


Saved Queries