2
0
forked from Wavyzz/dolibarr

Removed not use constant

This commit is contained in:
Laurent Destailleur
2024-10-04 11:58:17 +02:00
parent 68c11aec96
commit b188e397fb

View File

@@ -266,12 +266,6 @@ if (!defined('NOREQUIRETRAN')) {
$langs->setDefaultLang($langcode);
}
if (!defined('MAIN_LABEL_MENTION_NPR')) {
define('MAIN_LABEL_MENTION_NPR', 'NPR');
}
// Define ANSI color constant to use colors and bold in CLI script
define('DOL_COLOR_RESET', "\033[0m"); // Restore color
define('DOL_COLOR_BOLD', "\033[1m"); // Bold