Accéder au contenu.
Menu Sympa

devel - [Devel] r398 - trunk

Objet : devel-adl

Archives de la liste

[Devel] r398 - trunk


Chronologique Discussions 
  • From: svn AT agendadulibre.org
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r398 - trunk
  • Date: Mon, 29 Sep 2008 13:58:10 +0200 (CEST)
  • List-archive: <http://agendadulibre.org/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Author: thomas
Date: Mon Sep 29 13:58:09 2008
New Revision: 398

Log:

* rejectevent.php, validateevent.php, editevent.php:

- Ajout d'un appel à calendar_setlocale() avant l'envoi du mail de
notification de refus, de validation ou d'édition, de manière à ce
que la date soit bien affichée en français.



Modified:
trunk/editevent.php
trunk/rejectevent.php
trunk/validateevent.php

Modified: trunk/editevent.php
==============================================================================
--- trunk/editevent.php (original)
+++ trunk/editevent.php Mon Sep 29 13:58:09 2008
@@ -138,6 +138,8 @@

if ($_POST['__event_save'])
{
+ calendar_setlocale();
+
$returnaddr = save_event ($db, $user, $id,
$_POST['__event_title'],
mktime($_POST['__event_start_hour'],

Modified: trunk/rejectevent.php
==============================================================================
--- trunk/rejectevent.php (original)
+++ trunk/rejectevent.php Mon Sep 29 13:58:09 2008
@@ -34,6 +34,8 @@
}
else if ($_POST['__event_rejection_confirm'])
{
+ calendar_setlocale();
+
$id = get_safe_integer('id', 0);

if ($_POST['reason'] == "out-of-subject")

Modified: trunk/validateevent.php
==============================================================================
--- trunk/validateevent.php (original)
+++ trunk/validateevent.php Mon Sep 29 13:58:09 2008
@@ -34,6 +34,8 @@
}
else if ($_POST['__event_validation_confirm'])
{
+ calendar_setlocale();
+
$id = get_safe_integer('id', 0);

/* Fetch contact email, in order to be able to send a confirmation




  • [Devel] r398 - trunk, svn, 29/09/2008

Archives gérées par MHonArc 2.6.16.

Haut de le page