Diff between 3c8c625f0902ed888e70fcbfe1897d36d7416478 and 44d3b4bbb07e671f2d265c9ac22fafe50166e4e9
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-tracker.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index e71ec7b..2fced7a 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -809,7 +809,7 @@
"SELECT COUNT(?c) " \
"WHERE {" \
"?c a nco:PersonContact ." \
- "FILTER (regex(str(?c), \"contact:\"))" \
+ "FILTER (regex(str(?c), \"urn:uuid:\"))" \
"}"
#define MISSED_CALLS_COUNT_QUERY \