Projet

Général

Profil

Révision 97e94661 plugins/anet_epacks/front/plugin_anet_epacks.generate_odt_maintenance3.form.php

Voir les différences:

plugins/anet_epacks/front/plugin_anet_epacks.generate_odt_maintenance3.form.php
47 47
  $niveau = "-" . $_GET['niveau'];
48 48

  
49 49
  $odf = new odf("abuledu" . $niveau . ".odt");
50
  setlocale(LC_TIME, "fr_FR");
50
  setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8'); 
51 51
  error_reporting(E_ALL);
52 52
  $odf->setVars('date', strftime("%A %e %B %Y"), true, 'UTF-8');
53 53

  

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux