Fix a little syntax in the delete file.
This commit is contained in:
@@ -82,10 +82,10 @@ if (strlen($id) > 0) {
|
|||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
//set the type
|
//set the type
|
||||||
if ($fax_mode == 'rx';
|
if ($fax_mode == 'rx') {
|
||||||
$type = 'inbox';
|
$type = 'inbox';
|
||||||
}
|
}
|
||||||
if ($fax_mode == 'tx';
|
if ($fax_mode == 'tx') {
|
||||||
$type = 'sent';
|
$type = 'sent';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user