Summary | PHP error after delete of address book |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/09/2012 (4655 days ago) |
Due | |
Updated | 10/15/2012 (4649 days ago) |
Assigned | |
Resolved | 10/10/2012 (4654 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 67f758bda2abf8cb0545ea6c0360fd0393e9356b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 12:56:10 2012 +0200
[jan] Fix marking contacts as deleted in the history if deleting
shared address books (
Bug #11480).turba/docs/CHANGES | 2 ++
turba/lib/Driver.php | 8 +++++++-
turba/lib/Driver/Kolab.php | 5 ++++-
turba/lib/Driver/Share.php | 5 +++--
turba/package.xml | 2 ++
5 files changed, 18 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/67f758bda2abf8cb0545ea6c0360fd0393e9356b
Summary ⇒ PHP error after delete of address book
State ⇒ Resolved
commit 67f758bda2abf8cb0545ea6c0360fd0393e9356b
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 12:56:10 2012 +0200
[jan] Fix marking contacts as deleted in the history if deleting
shared address books (
Bug #11480).turba/docs/CHANGES | 2 ++
turba/lib/Driver.php | 8 +++++++-
turba/lib/Driver/Kolab.php | 5 ++++-
turba/lib/Driver/Share.php | 5 +++--
turba/package.xml | 2 ++
5 files changed, 18 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/67f758bda2abf8cb0545ea6c0360fd0393e9356b
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: PHP error after delete of address book
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when you try to delete an address book, you'll get this error message
in the logs:
2012-10-09T17:19:19+02:00 WARN: HORDE [turba] PHP ERROR: Invalid
argument supplied for foreach() [pid 2153 on line 915 of
"/datastore/DEVEL/horde/turba/lib/Driver.php"]
The address book gets deleted though.
Thomas