diff --git a/htdocs/adherents/fiche_subscription.php b/htdocs/adherents/fiche_subscription.php index 0e5b39c4539..b10048caae6 100644 --- a/htdocs/adherents/fiche_subscription.php +++ b/htdocs/adherents/fiche_subscription.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2007-2011 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 @@ -18,8 +18,8 @@ /** * \file htdocs/adherents/fiche_subscription.php * \ingroup member - * \brief Page d'ajout, edition, suppression d'une fiche adh�sion - * \version $Id: fiche_subscription.php,v 1.30 2011/07/31 22:23:28 eldy Exp $ + * \brief Page to add/edit/remove a member subscription + * \version $Id: fiche_subscription.php,v 1.31 2011/08/08 18:47:41 eldy Exp $ */ require("../main.inc.php"); @@ -392,5 +392,5 @@ if ($rowid && $action != 'edit') $db->close(); -llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.30 $'); +llxFooter('$Date: 2011/08/08 18:47:41 $ - $Revision: 1.31 $'); ?>