diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 2002f743795..06e509fed5a 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -21,7 +21,7 @@ * \file htdocs/compta/index.php * \ingroup compta * \brief Main page of accountancy area - * \version $Id: index.php,v 1.185 2011/08/08 14:25:45 eldy Exp $ + * \version $Id: index.php,v 1.186 2011/08/23 23:01:47 eldy Exp $ */ require('../main.inc.php'); @@ -621,7 +621,7 @@ if ($conf->deplacement->enabled && $user->rights->deplacement->lire) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print '
'; } @@ -1031,5 +1031,5 @@ print ''; $db->close(); -llxFooter('$Date: 2011/08/08 14:25:45 $ - $Revision: 1.185 $'); +llxFooter('$Date: 2011/08/23 23:01:47 $ - $Revision: 1.186 $'); ?>