Skip to content
Snippets Groups Projects
Commit 7654b88f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: doxygen

parent 7e6e9604
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** \file htdocs/compta/resultat/pre.inc.php /** \file htdocs/compta/resultat/bilan.php
\ingroup compta * \ingroup compta
\brief Fichier gestionnaire du menu paramtrage de la compta * \brief Fichier page bilan compta
\version $Id$ * \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
...@@ -41,13 +41,13 @@ $month=$_GET["month"]; ...@@ -41,13 +41,13 @@ $month=$_GET["month"];
if (! $year) { $year = strftime("%Y", time()); } if (! $year) { $year = strftime("%Y", time()); }
/* Le compte de rsultat est un document officiel requis par l'administration selon le status ou activit */ /* Le compte de r�sultat est un document officiel requis par l'administration selon le status ou activit� */
print_titre("Bilan".($year?" anne $year":"")); print_titre("Bilan".($year?" ann�e $year":""));
print '<br>'; print '<br>';
print "Cet tat n'est pas disponible."; print "Cet �tat n'est pas disponible.";
$db->close(); $db->close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment