Diff between b00c6a21cd32f7943f2f263fddcdad62d4aecb09 and 69caa028c5540f2ba5ee732aaaeff4803075f3b9

Changed Files

File Additions Deletions Status
obexd/plugins/phonebook-tracker.c +1 -2 modified

Full Patch

diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index a20870e..1022d3a 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -250,8 +250,7 @@ CALLS_CONSTRAINTS(CONSTRAINT)						\
 	"nmo:receivedDate(?_call) "					\
 	"nmo:isSent(?_call) "						\
 	"nmo:isAnswered(?_call) "					\
-	"fn:concat(tracker:coalesce(?_ncontact, \"\"),"			\
-	"tracker:coalesce(?_unb_contact, \"\"))"			\
+	"?_call "							\
 CALLS_CONSTRAINTS(CONSTRAINT)						\
 "ORDER BY DESC(nmo:sentDate(?_call)) "