summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/src/services.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-23 10:19:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-23 10:19:27 +0000
commit92ad5aa7da96a047c03c391560bca2b49b5a284d (patch)
tree7e563e52d0037eeb0d7165bdca58ea6e4d7c9ea8 /plugins/WhenWasIt/src/services.cpp
parent06fc68c05e43d94ee5fc6dce81bca36fb7b92ea9 (diff)
- fixed extra icons in WhenWasIt;
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/services.cpp')
-rw-r--r--plugins/WhenWasIt/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/services.cpp b/plugins/WhenWasIt/src/services.cpp
index c7546138d5..76e9b36518 100644
--- a/plugins/WhenWasIt/src/services.cpp
+++ b/plugins/WhenWasIt/src/services.cpp
@@ -163,7 +163,7 @@ INT_PTR CheckBirthdaysService(WPARAM wParam, LPARAM lParam)
if (lParam) //if not forced - i.e. timer check
{
- DBWriteContactSettingDword(NULL, ModuleName, "LastChecked", MAKELONG(MAKEWORD(today.wDay, today.wMonth), today.wYear)); //write the value in DB so we don't check again today
+ db_set_dw(NULL, ModuleName, "LastChecked", MAKELONG(MAKEWORD(today.wDay, today.wMonth), today.wYear)); //write the value in DB so we don't check again today
}
return 0;