From fd484690ce8a34eeebe4dce8c9dffb0048b3de61 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 9 Dec 2008 23:10:34 +0000 Subject: [PATCH] Merged revisions 162463 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162463 | tilghman | 2008-12-09 17:08:53 -0600 (Tue, 09 Dec 2008) | 2 lines Oops, should be "tz", not "zonetag". ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@162466 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c3de186ee9..698f6d211f 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -10842,7 +10842,7 @@ static int load_config(int reload) adsiver = atoi(val); } } - if ((val = ast_variable_retrieve(cfg, "general", "zonetag"))) { + if ((val = ast_variable_retrieve(cfg, "general", "tz"))) { ast_copy_string(zonetag, val, sizeof(zonetag)); } if ((val = ast_variable_retrieve(cfg, "general", "emailsubject"))) {