From dd885a8e29c882448d9a2d3c7e07903efe3b2714 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Mar 2023 10:55:05 +0100 Subject: [PATCH] Update functions.lib.php --- htdocs/core/lib/functions.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index b7c028b65e8..0c4a91e6259 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -72,12 +72,12 @@ if (!function_exists('utf8_decode')) { } /** - * Return multidir output for an Dolibarr object + * Return the full path of the directory where a module (or an object of a module) stores its files. Path may depends on the entity if a multicompany module is enabled. * - * @param CommonObject $object Dolibarr common object - * @param string $module override object element, by example mycompany instead societe + * @param CommonObject $object Dolibarr common object + * @param string $module Override object element, for example to use 'mycompany' instead of 'societe' + * @return string|void The path of the relative directory of the module * @since Dolibarr V18 - * @return string|void */ function getMultidirOutput($object, $module = '') {