Fix a little syntax in the delete file.

This commit is contained in:
Mark Crane
2015-05-01 11:49:19 +00:00
parent 455e6e5e9d
commit ebf3b96ecb

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';
}