aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 23:10:34 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 23:10:34 +0000
commit64377e674da22cf97050953424e10d607455ab80 (patch)
treee83c7158e33ebde2b7480168a2043b542a5d9a54 /apps
parent8571cda31e568cdc59a42fa8a6c41fc7180e4e3a (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: http://svn.digium.com/svn/asterisk/trunk@162466 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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"))) {