Projet

Général

Profil

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

Voir les différences:

plugins/anet_epacks/front/plugin_anet_epacks.generate_odt_activated.form.php
48 48
$odf->setVars('code', $data['code']);
49 49
$odf->setVars('password', $data['password']);
50 50

  
51
setlocale(LC_TIME, "fr_FR");
51
setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8'); 
52 52
$odf->setVars('date', strftime("%A %e %B %Y"),'true', 'UTF-8');
53 53

  
54 54
//Les coordonnées du client de ryxeo
......
80 80
  $odf->setVars('globalcname', $data2['name'], true, 'UTF-8');
81 81

  
82 82
  $odf->setVars('epack', $data['code'], true, 'UTF-8');
83
  setlocale(LC_TIME, "fr_FR");
83
  setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8'); 
84 84
  $timestamp = strtotime($_GET['date']);
85 85
  $odf->setVars('datedebut', strftime("%A %e %B %Y",$timestamp),'true', 'UTF-8');
86 86

  

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux