A new version of the plc_visibletags2.php file which ignores the
authorPanos <antoniad@tvwna-ip-d-29.princeton.org>
Fri, 22 Oct 2010 18:23:21 +0000 (14:23 -0400)
committerPanos <antoniad@tvwna-ip-d-29.princeton.org>
Fri, 22 Oct 2010 18:23:21 +0000 (14:23 -0400)
"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

index 319ac7f..e0aad8f 100644 (file)
@@ -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'] != "")