From 78a127088c2ef45717e7076209f6436670d388fe Mon Sep 17 00:00:00 2001 From: Bartosz Szatkowski Date: Wed, 10 Nov 2010 14:15:30 +0100 Subject: [PATCH] obexd: Changed number of fields selected via pbap queries After fixing type handling in PBAP, there are more fields selected in each query, contacts_other_query_from_uri needed to be adjusted. --- obexd/plugins/phonebook-tracker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c index f195f3f36..672d59f49 100644 --- a/obexd/plugins/phonebook-tracker.c +++ b/obexd/plugins/phonebook-tracker.c @@ -822,6 +822,7 @@ "SELECT \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" "\ "\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" " \ "\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" " \ + "\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" " \ "nco:phoneNumber(?t) \"NOTACALL\" \"false\" \"false\" <%s> " \ "WHERE { " \ "<%s> a nco:Contact . " \ -- 2.47.3