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
This commit is contained in:
Tilghman Lesher 2008-12-09 23:10:34 +00:00
parent d0bc22b3e8
commit fd484690ce
1 changed files with 1 additions and 1 deletions

View File

@ -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"))) {