Skip to content
Snippets Groups Projects
Commit 65ce6ee8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Use correct function to output value

parent d0a3ba0e
No related branches found
No related tags found
No related merge requests found
......@@ -465,13 +465,13 @@ else // Show
// Message login
$var=!$var;
print '<tr '.$bc[$var].'><td width="35%">'.$langs->trans("MessageLogin").'</td><td colspan="2">';
print nl2br($conf->global->MAIN_HOME);
print dol_htmlcleanlastbr($conf->global->MAIN_HOME);
print '</td></tr>'."\n";
// Message of the day
$var=!$var;
print '<tr '.$bc[$var].'><td width="35%">'.$langs->trans("MessageOfDay").'</td><td colspan="2">';
print nl2br($conf->global->MAIN_MOTD);
print dol_htmlcleanlastbr($conf->global->MAIN_MOTD);
print '</td></tr>'."\n";
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment