set( "DELETE FROM floor_patchpanels WHERE id = ?", "i", [$id] ); } else { $sql->set( "DELETE FROM network_outlets WHERE id = ?", "i", [$id] ); } header('Location: ?module=floor_infrastructure&action=list'); exit;