$panel) { foreach($panel as $rowCount=>$row) { foreach($row as $key=>$column) { //Fix issue of not having parent_name in Meetings vardefs.php in pre 5.x versions if($this->matches($column, '/^tag.parent$/') || $this->matches($column, '/^parent_id$/')) { $panels[$name][$rowCount][$key] = 'parent_name'; } } //foreach } //foreach } //foreach } return $panels; } } ?>