2
0
forked from Wavyzz/dolibarr

Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin
2011-08-27 14:24:16 +00:00
parent 38b5347d07
commit 726d9581dd
538 changed files with 869 additions and 1160 deletions

View File

@@ -20,7 +20,7 @@
* \file htdocs/commande/stats/index.php
* \ingroup commande
* \brief Page with customers or suppliers orders statistics
* \version $Id: index.php,v 1.39 2011/08/03 00:46:39 eldy Exp $
* \version $Id: index.php,v 1.40 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");
@@ -239,5 +239,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.39 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
* \file htdocs/commande/stats/month.php
* \ingroup commande
* \brief Page des stats commandes par mois
* \version $Id: month.php,v 1.34 2011/08/03 00:46:39 eldy Exp $
* \version $Id: month.php,v 1.35 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/commande/class/commande.class.php");
@@ -191,5 +191,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.34 $');
llxFooter();
?>