From 1f94839f09bedca7414f15efb173ef3b27091922 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 15 Sep 2007 00:57:17 +0000 Subject: [PATCH] Fix: Libelle adhesion par defaut --- htdocs/adherents/card_subscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php index 98d624566a4..bdef412fcb7 100644 --- a/htdocs/adherents/card_subscriptions.php +++ b/htdocs/adherents/card_subscriptions.php @@ -449,7 +449,7 @@ if ($action == 'addsubscription' && $user->rights->adherent->cotisation->creer) print ''.$langs->trans("Label").''; print 'datefin?$adh->datefin:time())).'" >'; + print strftime("%Y",($datefrom?$datefrom:time())).'" >'; } print ''.$langs->trans("SendAcknowledgementByMail").'';