From 8d2d64e9aed00d2549998281ab56e7b7999b7d9a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Mar 2013 16:22:11 +0100 Subject: [PATCH] No message when not required --- htdocs/admin/modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 889324807a0..df663aaa427 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -499,7 +499,7 @@ dol_fiche_end(); // Show warning about external users -print showModulesExludedForExternal($modules).'
'."\n"; +if ($mode != 'marketplace') print showModulesExludedForExternal($modules).'
'."\n"; llxFooter();