Fix: Pb de locale

This commit is contained in:
Laurent Destailleur 2005-07-02 14:01:36 +00:00
parent 5a25c13ca6
commit 2d34bf69c5
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ echo '
require("../../../projetdon.class.php");
require("../../../don.class.php");
setlocale(LC_TIME,"fr_FR");
setlocale(LC_ALL,$conf->langage);
$don = new Don($db);
$don->id = $_GET["rowid"];

View File

@ -341,10 +341,10 @@ function llxFooter($foot='')
{
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";
}
?>