X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FTree.php;h=b07ad4f6e46fbc61bd05c0d11cbd16b9d7a58cf9;hb=bfc6355af6949ca1e4a7c39d0f54f0ec70b641bf;hp=d60f73e3bf4dfeeb361308cf92676a83877fdc3f;hpb=95e3f3974e8e214529fbaed0fbd598e20d8ff64c;p=civicrm-core.git diff --git a/CRM/Utils/Tree.php b/CRM/Utils/Tree.php index d60f73e3bf..b07ad4f6e4 100644 --- a/CRM/Utils/Tree.php +++ b/CRM/Utils/Tree.php @@ -1,7 +1,7 @@ tree; } /** - * print the tree + * Print the tree * * @param none * * @return void - * - * @access public */ public function display() { print_r($this->tree); } } -