From e47059fa3646b4cc8c4d3eee80826718f3b3df5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 31 Aug 2018 22:14:09 +0200 Subject: [PATCH] function Comment Missing --- htdocs/core/lib/resource.lib.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/lib/resource.lib.php b/htdocs/core/lib/resource.lib.php index bf586b83f88..9ec993b08a6 100644 --- a/htdocs/core/lib/resource.lib.php +++ b/htdocs/core/lib/resource.lib.php @@ -87,6 +87,11 @@ function resource_prepare_head($object) return $head; } +/** + * Prepare head for admin tabs + * + * @return array Array of head entries + */ function resource_admin_prepare_head() {