mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -119,8 +119,8 @@
|
||||
$array['email_templates'][$x]['template_body'] .= "Received \${message_date}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Length \${message_duration}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Message \${message}\n";
|
||||
- $array['email_templates'][$x]['template_body'] .= "\n";
|
||||
- $array['email_templates'][$x]['template_body'] .= "\${message_text}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\${message_text}\n";
|
||||
$array['email_templates'][$x]['template_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
||||
Reference in New Issue
Block a user