提交 f649dd15 authored 作者: Raymond Chandler's avatar Raymond Chandler

how did nobody catch this before now?

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@14944 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5536181c
......@@ -54,7 +54,7 @@ class voicemail_conf extends fs_configuration {
if ($settings_count < 1) {
return ;
}
$this -> xmlw -> startElement('settings');
//$this -> xmlw -> startElement('settings');
for ($i=0; $i<$settings_count; $i++) {
//$this -> comment_array($settings_array[$i]);
......@@ -64,7 +64,7 @@ class voicemail_conf extends fs_configuration {
$this -> xmlw -> endElement();//</param>
}
$this -> write_email($profile_id);
$this -> xmlw -> endElement();
//$this -> xmlw -> endElement();
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论