Fix a little syntax in the delete file.

This commit is contained in:
Mark Crane 2015-05-01 11:49:19 +00:00
parent d048a0e9ac
commit f1650b9bf0
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ if (strlen($id) > 0) {
unset($sql);
//set the type
if ($fax_mode == 'rx';
if ($fax_mode == 'rx') {
$type = 'inbox';
}
if ($fax_mode == 'tx';
if ($fax_mode == 'tx') {
$type = 'sent';
}