From 3f3788a741b9dd6becb712c7c8eb66dd94bbc4c8 Mon Sep 17 00:00:00 2001 From: Panos Date: Fri, 22 Oct 2010 14:23:21 -0400 Subject: [PATCH] A new version of the plc_visibletags2.php file which ignores the "f" tag (there is a probably a bug related to this since this is not a node/ui type of tag) --- planetlab/includes/plc_visibletags2.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/planetlab/includes/plc_visibletags2.php b/planetlab/includes/plc_visibletags2.php index 319ac7f..e0aad8f 100644 --- a/planetlab/includes/plc_visibletags2.php +++ b/planetlab/includes/plc_visibletags2.php @@ -65,6 +65,9 @@ class VisibleTags { $columns=$this->columns(); foreach ($columns as $column) { + if ($column['header'] == 'f') + continue; + //panos: needed a few more fields in the header array $headerId = $column['header']; if ($column['headerId'] != "") -- 2.47.0