summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-12-09 23:10:34 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-12-09 23:10:34 +0000
commitfd484690ce8a34eeebe4dce8c9dffb0048b3de61 (patch)
treee83c7158e33ebde2b7480168a2043b542a5d9a54
parentd0bc22b3e8d04d67c9589471db0875331f7aec6d (diff)
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
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index c3de186ee..698f6d211 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"))) {