diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_timezone_old.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_timezone_old.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/svc_timezone_old.cpp b/plugins/UserInfoEx/svc_timezone_old.cpp index e4961a2f85..f602f68f5d 100644 --- a/plugins/UserInfoEx/svc_timezone_old.cpp +++ b/plugins/UserInfoEx/svc_timezone_old.cpp @@ -636,8 +636,8 @@ INT_PTR GetContactLocalTime_old(WPARAM wParam, LPARAM lParam) VOID SvcTimezoneLoadModule_old()
{
TzMgr.Init();
- myCreateServiceFunction(MS_USERINFO_TIMEZONEINFO, GetContactTimeZoneInformation);
- myCreateServiceFunction(MS_USERINFO_LOCALTIME, GetContactLocalTime);
+ CreateServiceFunction(MS_USERINFO_TIMEZONEINFO, GetContactTimeZoneInformation);
+ CreateServiceFunction(MS_USERINFO_LOCALTIME, GetContactLocalTime);
if (DB::Setting::GetByte(SET_OPT_AUTOTIMEZONE, TRUE))
{
SvcTimezoneSyncWithWindows();
|