diff options
author | Jonghoon Lim <j.h.lim@samsung.com> | 2012-02-16 17:17:02 +0900 |
---|---|---|
committer | Jonghoon Lim <j.h.lim@samsung.com> | 2012-02-16 17:17:02 +0900 |
commit | 2242f530bc8c60ba203d3157346c236e77384331 (patch) | |
tree | 27cf7c2514fd10a36b3495220181d0be46b907d0 /src | |
parent | 83807e88f73bb7d580a874caf29172128f763d2e (diff) | |
download | contacts-2242f530bc8c60ba203d3157346c236e77384331.tar.gz contacts-2242f530bc8c60ba203d3157346c236e77384331.tar.bz2 contacts-2242f530bc8c60ba203d3157346c236e77384331.zip |
versioning updated
Diffstat (limited to 'src')
-rwxr-xr-x | src/contacts_search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts_search.c b/src/contacts_search.c index fe7edb7..d50232c 100755 --- a/src/contacts_search.c +++ b/src/contacts_search.c @@ -157,7 +157,7 @@ int contact_get_number_contact_from_db(contact_query_number_array *contact_numbe *contact_number_array = NULL; *length = 0; CTSiter *iter = NULL; - if(CTS_SUCCESS != contacts_svc_get_list(CTS_LIST_ALL_CONTACT_HAD_NUMBER, &iter)) { + if(CTS_SUCCESS != contacts_svc_get_list(CTS_LIST_ALL_NUMBER, &iter)) { LOGE("[%s] CONTACTS_ERROR_DB_FAILED(0x%08x)", __FUNCTION__, CONTACTS_ERROR_DB_FAILED); return CONTACTS_ERROR_DB_FAILED; } |