From: Panos Date: Fri, 22 Oct 2010 18:23:21 +0000 (-0400) Subject: A new version of the plc_visibletags2.php file which ignores the X-Git-Tag: plewww-4.3-54~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3f3788a741b9dd6becb712c7c8eb66dd94bbc4c8;p=plewww.git 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) --- 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'] != "")