From 689aa4979e7828dc439b34b22581b706de44ae34 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Aug 2019 17:28:54 +0200 Subject: [PATCH] Code comment --- htdocs/core/lib/functions.lib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 75729cbb4f9..c1757d05065 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2653,6 +2653,10 @@ function dol_print_ip($ip, $mode = 0) } else $ret.=' ('.$countrycode.')'; } + else + { + // Nothing + } } return $ret;