From d6fd383d17bb9735602e67235be460e698f1bbf9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Jul 2008 17:40:36 +0000 Subject: [PATCH] Fix: Date format was too short to know which month date is. --- htdocs/compta/paiement/info.php | 7 ++----- htdocs/conf/conf.class.php | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/paiement/info.php b/htdocs/compta/paiement/info.php index 17be2fd649d..cab074b1041 100644 --- a/htdocs/compta/paiement/info.php +++ b/htdocs/compta/paiement/info.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2008 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,16 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/compta/paiement/info.php \ingroup facture \brief Onglet info d'un paiement - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index b7c261e1257..ece7e106d66 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -455,7 +455,7 @@ class Conf $this->format_hour_short="%H:%M"; $this->format_date_text_short="%d %b %Y"; $this->format_date_hour_short="%d/%m/%Y %H:%M"; - $this->format_date_hour_text_short="%d %b %Y %H:%M"; + $this->format_date_hour_text_short="%d %B %Y %H:%M"; $this->format_date_short_java="dd/MM/yyyy";