Fix: Pb de locale
This commit is contained in:
parent
5a25c13ca6
commit
2d34bf69c5
@ -45,7 +45,7 @@ echo '
|
|||||||
require("../../../projetdon.class.php");
|
require("../../../projetdon.class.php");
|
||||||
require("../../../don.class.php");
|
require("../../../don.class.php");
|
||||||
|
|
||||||
setlocale(LC_TIME,"fr_FR");
|
setlocale(LC_ALL,$conf->langage);
|
||||||
|
|
||||||
$don = new Don($db);
|
$don = new Don($db);
|
||||||
$don->id = $_GET["rowid"];
|
$don->id = $_GET["rowid"];
|
||||||
|
|||||||
@ -341,10 +341,10 @@ function llxFooter($foot='')
|
|||||||
{
|
{
|
||||||
global $dolibarr_auto_user;
|
global $dolibarr_auto_user;
|
||||||
|
|
||||||
print '</div><!-- div class="fiche" -->'."\n";
|
print "\n".'</div><!-- div class="fiche" -->'."\n";
|
||||||
|
print "\n".'</div><!-- div class="vmenuplusfiche" -->';
|
||||||
|
print "\n".'</div><!-- div class="body" -->'."\n";
|
||||||
|
|
||||||
print "\n".'</div><!-- div class="vmenuplusfiche" -->'."\n";
|
|
||||||
print '</div><!-- div class="body" -->'."\n";
|
|
||||||
print "</body>\n</html>\n";
|
print "</body>\n</html>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user