| Summary | unable to add anything to address book |
| Queue | Turba |
| Queue Version | 2.0.3-RC1 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | leena.heino (at) uta (dot) fi |
| Created | 07/19/2005 (7418 days ago) |
| Due | |
| Updated | 07/19/2005 (7418 days ago) |
| Assigned | 07/19/2005 (7418 days ago) |
| Resolved | 07/19/2005 (7418 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ unable to add anythin to address book
Queue ⇒ Turba
source is available.
In file lib/base.php:
...
// Hide the list of addressbooks if there is only one available.
if ($source_count == 1) {
$add_source_options = '';
This causes the add button to disappear, because in lib/Turba.php:
...
if (!empty($GLOBALS['add_source_options'])) {
$menu->add(Horde::applicationUrl('add.php'), _("_Add") ...