Fix a little syntax in the delete file.
This commit is contained in:
parent
d048a0e9ac
commit
f1650b9bf0
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue