X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FTree.php;h=19ecf80bf29620a00fffc7a53f8a0a32cb3bb37e;hb=1e66775e6f88ac33d643ca2d68577ab01dd41dd5;hp=ce7140275c0ba0d95e6fc2f60b100d55f1e1f909;hpb=5c8949b0228b0287d1d4725d220a24e4d774c0f4;p=civicrm-core.git diff --git a/CRM/Utils/Tree.php b/CRM/Utils/Tree.php index ce7140275c..19ecf80bf2 100644 --- a/CRM/Utils/Tree.php +++ b/CRM/Utils/Tree.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -222,4 +222,5 @@ class CRM_Utils_Tree { public function display() { print_r($this->tree); } + }