From 10f385efc4506f26a531a19967c06b584893f1bb Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 9 Nov 2017 19:37:05 +0100 Subject: [PATCH] pure comments shouldn't use doxygen style --- include/identity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/identity.php b/include/identity.php index 8000d5f247..727073ea67 100644 --- a/include/identity.php +++ b/include/identity.php @@ -489,7 +489,7 @@ function get_birthdays() return $o; } - /** + /* * $mobile_detect = new Mobile_Detect(); * $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet(); * if ($is_mobile) @@ -587,7 +587,7 @@ function get_events() return $o; } - /** + /* * $mobile_detect = new Mobile_Detect(); * $is_mobile = $mobile_detect->isMobile() || $mobile_detect->isTablet(); * if ($is_mobile)