Add doc comment

This commit is contained in:
marc 2023-01-17 12:44:58 +01:00
parent a10d889374
commit 8909d7ba9c
2 changed files with 6 additions and 0 deletions

View File

@ -1592,6 +1592,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
}
}
/**
* Show social network part if the module is enabled with hiding functionality
*/
function showSocialNetwork()
{
global $socialnetworks, $object, $form, $object, $langs;

View File

@ -3299,6 +3299,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
}
}
/**
* Show social network part if the module is enabled with hiding functionality
*/
function showSocialNetwork()
{
global $socialnetworks, $object, $form, $object, $langs;