Summary | AS: Fix bogus tasks_listNoteLists() function |
Queue | Horde Framework Packages |
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 | 08/01/2013 (4353 days ago) |
Due | |
Updated | 08/06/2013 (4348 days ago) |
Assigned | |
Resolved | 08/06/2013 (4348 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 50590871f005c2804ea56a8ae250317bceb6e16c
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Aug 1 15:48:49 2013 +0200
Fix bogus tasks_listNoteLists() function (#12525)
Signed-off-by: Jan Schneider <jan@horde.org>
.../Core/lib/Horde/Core/ActiveSync/Connector.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/50590871f005c2804ea56a8ae250317bceb6e16c
Summary ⇒ AS: Fix bogus tasks_listNoteLists() function
Patch ⇒ Yes
New Attachment: 0001-Fix-bogus-tasks_listNoteLists-function-12525.patch
The intention was to export the listNotepads() function from mnemo.
Code is currently unused since ActiveSync syncs the default notepad only.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ AS: Fix calling listTaskLists() on the wrong object
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
attached patch fixes a copy'n'paste error involving listTaskLists().
Cheers,
Thomas