| ".$langs->trans("DataRootServer")." | " . DOL_DATA_R
print '';
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.13 $');
?>
diff --git a/htdocs/admin/system/xcache.php b/htdocs/admin/system/xcache.php
index ebc56222511..78feb3b077f 100755
--- a/htdocs/admin/system/xcache.php
+++ b/htdocs/admin/system/xcache.php
@@ -12,14 +12,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/system/xcache.php
* \brief Page administration XCache
- * \version $Id$
+ * \version $Id: xcache.php,v 1.2 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@@ -46,7 +45,7 @@ print " \n";
if (!function_exists('xcache_info'))
{
print 'XCache seems to be not installed. Function xcache_info not found.';
- llxfooter('$Date$ - $Revision$');
+ llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
exit;
}
@@ -70,5 +69,5 @@ if ($action == 'clear')
}
*/
-llxfooter('$Date$ - $Revision$');
+llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
?>
diff --git a/htdocs/admin/system/xdebug.php b/htdocs/admin/system/xdebug.php
index 97829a57bd1..dc7561d2b70 100644
--- a/htdocs/admin/system/xdebug.php
+++ b/htdocs/admin/system/xdebug.php
@@ -12,14 +12,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/system/xdebug.php
* \brief Page administration XDebug
- * \version $Id$
+ * \version $Id: xdebug.php,v 1.6 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@@ -44,7 +43,7 @@ print " \n";
if (!function_exists('xdebug_is_enabled'))
{
print 'XDebug seems to be not installed. Function xdebug_is_enabled not found.';
- llxfooter('$Date$ - $Revision$');
+ llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
exit;
}
@@ -101,5 +100,5 @@ else
}
-llxfooter('$Date$ - $Revision$');
+llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
?>
diff --git a/htdocs/admin/taxes.php b/htdocs/admin/taxes.php
index 6128d3754dc..2f47d43f5e3 100644
--- a/htdocs/admin/taxes.php
+++ b/htdocs/admin/taxes.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/taxes.php
* \ingroup tax
* \brief Page de configuration du module tax
- * \version $Id$
+ * \version $Id: taxes.php,v 1.10 2011/07/31 22:23:24 eldy Exp $
*/
require("../main.inc.php");
@@ -182,5 +181,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:24 $ - $Revision: 1.10 $');
?>
diff --git a/htdocs/admin/triggers.php b/htdocs/admin/triggers.php
index 4510f487bfa..14ed4fbc723 100644
--- a/htdocs/admin/triggers.php
+++ b/htdocs/admin/triggers.php
@@ -12,14 +12,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/triggers.php
* \brief Page de configuration et activation des triggers
- * \version $Id$
+ * \version $Id: triggers.php,v 1.27 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@@ -56,5 +55,5 @@ $triggers = $interfaces->getTriggersList(0);
include($template_dir.'triggers.tpl.php');
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.27 $');
?>
diff --git a/htdocs/admin/user.php b/htdocs/admin/user.php
index 4dd1cf42144..24760eebd50 100644
--- a/htdocs/admin/user.php
+++ b/htdocs/admin/user.php
@@ -17,15 +17,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/user.php
* \ingroup core
* \brief Page to setup user module
- * \version $Id$
+ * \version $Id: user.php,v 1.5 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@@ -123,5 +122,5 @@ $db->close();
print ' ';
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.5 $');
?>
\ No newline at end of file
diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php
index 09a90516c57..aa2abd5146e 100755
--- a/htdocs/admin/workflow.php
+++ b/htdocs/admin/workflow.php
@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/admin/societe.php
* \ingroup company
* \brief Third party module setup page
- * \version $Id$
+ * \version $Id: workflow.php,v 1.5 2011/07/31 22:23:21 eldy Exp $
*/
require("../main.inc.php");
@@ -136,5 +135,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.5 $');
?>
diff --git a/htdocs/cashdesk/affContenu.php b/htdocs/cashdesk/affContenu.php
index 1ade459055e..9692573c4f0 100644
--- a/htdocs/cashdesk/affContenu.php
+++ b/htdocs/cashdesk/affContenu.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/cashdesk/affContenu.php
* \ingroup cashdesk
* \brief Include to show main page for cashdesk module
- * \version $Id$
+ * \version $Id: affContenu.php,v 1.13 2011/07/31 22:23:26 eldy Exp $
*/
require ('class/Facturation.class.php');
diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php
index 2530a842df7..afccdb5d06f 100644
--- a/htdocs/cashdesk/affIndex.php
+++ b/htdocs/cashdesk/affIndex.php
@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/cashdesk/affIndex.php
* \ingroup cashdesk
* \brief First page of point of sale module
- * \version $Id$
+ * \version $Id: affIndex.php,v 1.20 2011/07/31 22:23:27 eldy Exp $
*/
require('../main.inc.php');
require_once(DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php');
diff --git a/htdocs/cashdesk/affPied.php b/htdocs/cashdesk/affPied.php
index 5fb4bb828e7..3197831d05b 100644
--- a/htdocs/cashdesk/affPied.php
+++ b/htdocs/cashdesk/affPied.php
@@ -1,5 +1,5 @@
+/* Copyright (C) 2007-2008 Jeremie Ollivier
*
* 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
@@ -12,15 +12,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/cashdesk/affPied.php
* \ingroup cashdesk
* \brief Bottom of main page of point of sale module
- * \version $Id$
+ * \version $Id: affPied.php,v 1.4 2011/07/31 22:23:27 eldy Exp $
*/
?>
diff --git a/htdocs/cashdesk/deconnexion.php b/htdocs/cashdesk/deconnexion.php
index d3e87af63b8..e4bdb710310 100644
--- a/htdocs/cashdesk/deconnexion.php
+++ b/htdocs/cashdesk/deconnexion.php
@@ -12,8 +12,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
//if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Uncomment creates pb to relogon after a disconnect
diff --git a/htdocs/cashdesk/facturation.php b/htdocs/cashdesk/facturation.php
index 3fbe38868e8..11e5f18b5ed 100644
--- a/htdocs/cashdesk/facturation.php
+++ b/htdocs/cashdesk/facturation.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/cashdesk/facturation.php
* \ingroup cashdesk
* \brief Include to show main page for cashdesk module
- * \version $Id$
+ * \version $Id: facturation.php,v 1.19 2011/07/31 22:23:27 eldy Exp $
*/
// Get list of articles (in warehouse '$conf_fkentrepot' if defined and stock module enabled)
diff --git a/htdocs/cashdesk/facturation_dhtml.php b/htdocs/cashdesk/facturation_dhtml.php
index ac519330746..0642bdf9f20 100644
--- a/htdocs/cashdesk/facturation_dhtml.php
+++ b/htdocs/cashdesk/facturation_dhtml.php
@@ -13,8 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php
index 5078f1674e7..4530b2031b6 100644
--- a/htdocs/cashdesk/facturation_verif.php
+++ b/htdocs/cashdesk/facturation_verif.php
@@ -13,8 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
require('../main.inc.php');
diff --git a/htdocs/cashdesk/index.php b/htdocs/cashdesk/index.php
index cd5eb312ed5..a27d91d98fd 100644
--- a/htdocs/cashdesk/index.php
+++ b/htdocs/cashdesk/index.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/cashdesk/index.php
* \ingroup cashdesk
* \brief File to login to point of sales
- * \version $Id$
+ * \version $Id: index.php,v 1.34 2011/07/31 22:23:26 eldy Exp $
*/
// Set and init common variables
diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php
index a69f770d42f..60734ef7b48 100644
--- a/htdocs/cashdesk/index_verif.php
+++ b/htdocs/cashdesk/index_verif.php
@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*
* This page is called after submission of login page.
* We set here login choices into session.
diff --git a/htdocs/cashdesk/liste_articles.php b/htdocs/cashdesk/liste_articles.php
index 1c718c512e5..446c2d4c9b0 100644
--- a/htdocs/cashdesk/liste_articles.php
+++ b/htdocs/cashdesk/liste_articles.php
@@ -13,8 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
require ('tpl/liste_articles.tpl.php');
diff --git a/htdocs/cashdesk/validation.php b/htdocs/cashdesk/validation.php
index 5b4d0269c7e..09e74571eee 100644
--- a/htdocs/cashdesk/validation.php
+++ b/htdocs/cashdesk/validation.php
@@ -12,8 +12,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
// Affichage des templates
diff --git a/htdocs/cashdesk/validation_ok.php b/htdocs/cashdesk/validation_ok.php
index 1c6fa4343a6..f5f0b28934c 100644
--- a/htdocs/cashdesk/validation_ok.php
+++ b/htdocs/cashdesk/validation_ok.php
@@ -12,8 +12,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
// Affichage des templates
diff --git a/htdocs/cashdesk/validation_ticket.php b/htdocs/cashdesk/validation_ticket.php
index 8502642f5db..4197e49ba13 100644
--- a/htdocs/cashdesk/validation_ticket.php
+++ b/htdocs/cashdesk/validation_ticket.php
@@ -12,8 +12,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
require('../main.inc.php');
diff --git a/htdocs/cashdesk/validation_verif.php b/htdocs/cashdesk/validation_verif.php
index 0d679c15b84..1afc2d54b02 100644
--- a/htdocs/cashdesk/validation_verif.php
+++ b/htdocs/cashdesk/validation_verif.php
@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
require('../main.inc.php');
diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php
index d0dc9bdc989..7083a46937a 100755
--- a/htdocs/comm/action/document.php
+++ b/htdocs/comm/action/document.php
@@ -16,15 +16,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/comm/action/document.php
* \ingroup agenda
* \brief Page des documents joints sur les actions
- * \version $Id: document.php,v 1.57 2011/07/06 20:56:49 eldy Exp $
+ * \version $Id: document.php,v 1.58 2011/07/31 22:23:21 eldy Exp $
*/
require("../../main.inc.php");
@@ -240,5 +239,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/06 20:56:49 $ - $Revision: 1.57 $');
+llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.58 $');
?>
diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index b1562f12c7b..a0c713ae308 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -16,15 +16,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/comm/action/fiche.php
* \ingroup agenda
* \brief Page for event card
- * \version $Id: fiche.php,v 1.227 2011/07/18 08:59:42 hregis Exp $
+ * \version $Id: fiche.php,v 1.228 2011/07/31 22:23:20 eldy Exp $
*/
require("../../main.inc.php");
@@ -1023,7 +1022,7 @@ if ($id)
$db->close();
-llxFooter('$Date: 2011/07/18 08:59:42 $ - $Revision: 1.227 $');
+llxFooter('$Date: 2011/07/31 22:23:20 $ - $Revision: 1.228 $');
/**
diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index 05e52bded62..28e45b28595 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -16,15 +16,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/comm/action/index.php
* \ingroup agenda
* \brief Home page of calendar events
- * \version $Id: index.php,v 1.183 2011/07/22 06:51:31 simnandez Exp $
+ * \version $Id: index.php,v 1.184 2011/07/31 22:23:20 eldy Exp $
*/
require("../../main.inc.php");
@@ -786,7 +785,7 @@ $("#actionagenda_vcal_link").attr("href","/public/agenda/agendaexport.php?format
';
*/
-llxFooter('$Date: 2011/07/22 06:51:31 $ - $Revision: 1.183 $');
+llxFooter('$Date: 2011/07/31 22:23:20 $ - $Revision: 1.184 $');
/**
diff --git a/htdocs/comm/action/info.php b/htdocs/comm/action/info.php
index 3bd9a6b2095..614b42aa437 100644
--- a/htdocs/comm/action/info.php
+++ b/htdocs/comm/action/info.php
@@ -13,15 +13,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/comm/action/info.php
* \ingroup agenda
* \brief Page des informations d'une action
- * \version $Id$
+ * \version $Id: info.php,v 1.20 2011/07/31 22:23:21 eldy Exp $
*/
require("../../main.inc.php");
@@ -65,5 +64,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:21 $ - $Revision: 1.20 $');
?>
diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php
index 5b1799411f9..637ead7ba4c 100644
--- a/htdocs/comm/action/listactions.php
+++ b/htdocs/comm/action/listactions.php
@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/comm/action/listactions.php
* \ingroup agenda
* \brief Page to list actions
- * \version $Id: listactions.php,v 1.55 2011/07/20 19:03:34 eldy Exp $
+ * \version $Id: listactions.php,v 1.56 2011/07/31 22:23:20 eldy Exp $
*/
require("../../main.inc.php");
@@ -348,5 +347,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/20 19:03:34 $ - $Revision: 1.55 $');
+llxFooter('$Date: 2011/07/31 22:23:20 $ - $Revision: 1.56 $');
?>
diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
index e5edf12a296..c37f9d71f0a 100644
--- a/htdocs/commande/class/commande.class.php
+++ b/htdocs/commande/class/commande.class.php
@@ -17,15 +17,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/class/commande.class.php
* \ingroup commande
* \brief Fichier des classes de commandes
- * \version $Id: commande.class.php,v 1.119 2011/07/12 07:17:11 eldy Exp $
+ * \version $Id: commande.class.php,v 1.120 2011/07/31 22:23:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
diff --git a/htdocs/commande/class/commandestats.class.php b/htdocs/commande/class/commandestats.class.php
index 9523d879cd9..8c4f2622f88 100644
--- a/htdocs/commande/class/commandestats.class.php
+++ b/htdocs/commande/class/commandestats.class.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/class/commandestats.class.php
* \ingroup commandes
* \brief Fichier de la classe de gestion des stats des commandes
- * \version $Id: commandestats.class.php,v 1.5 2011/07/04 10:30:01 eldy Exp $
+ * \version $Id: commandestats.class.php,v 1.6 2011/07/31 22:23:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT . "/core/class/stats.class.php";
include_once DOL_DOCUMENT_ROOT . "/commande/class/commande.class.php";
diff --git a/htdocs/commande/contact.php b/htdocs/commande/contact.php
index 5455b22a395..e2724e1c14a 100644
--- a/htdocs/commande/contact.php
+++ b/htdocs/commande/contact.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/contact.php
* \ingroup commande
* \brief Onglet de gestion des contacts de commande
- * \version $Id$
+ * \version $Id: contact.php,v 1.43 2011/07/31 22:23:15 eldy Exp $
*/
require("../main.inc.php");
@@ -401,5 +400,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
-llxFooter('$Date$');
+llxFooter('$Date: 2011/07/31 22:23:15 $');
?>
\ No newline at end of file
diff --git a/htdocs/commande/document.php b/htdocs/commande/document.php
index e026511a0c0..60ad84bf9cf 100644
--- a/htdocs/commande/document.php
+++ b/htdocs/commande/document.php
@@ -15,15 +15,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/document.php
* \ingroup order
* \brief Page de gestion des documents attachees a une commande
- * \version $Id: document.php,v 1.35 2011/07/14 05:21:53 hregis Exp $
+ * \version $Id: document.php,v 1.36 2011/07/31 22:23:15 eldy Exp $
*/
require("../main.inc.php");
@@ -193,5 +192,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/14 05:21:53 $ - $Revision: 1.35 $');
+llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.36 $');
?>
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 3ea431a6c9f..95c3d77f4db 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -18,15 +18,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/fiche.php
* \ingroup commande
* \brief Page to show customer order
- * \version $Id: fiche.php,v 1.526 2011/07/20 21:26:11 eldy Exp $
+ * \version $Id: fiche.php,v 1.527 2011/07/31 22:23:15 eldy Exp $
*/
require("../main.inc.php");
@@ -2123,5 +2122,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/20 21:26:11 $ - $Revision: 1.526 $');
+llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.527 $');
?>
diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php
index f345caec515..a56e89cb03e 100644
--- a/htdocs/commande/index.php
+++ b/htdocs/commande/index.php
@@ -14,15 +14,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \file htdocs/commande/index.php
* \ingroup commande
* \brief Home page of customer order module
- * \version $Id$
+ * \version $Id: index.php,v 1.84 2011/07/31 22:23:16 eldy Exp $
*/
require("../main.inc.php");
@@ -426,6 +425,6 @@ print ' |
';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 22:23:16 $ - $Revision: 1.84 $');
?>
diff --git a/htdocs/commande/info.php b/htdocs/commande/info.php
index cc77ee2fed1..4c6374a87cb 100644
--- a/htdocs/commande/info.php
+++ b/htdocs/commande/info.php
@@ -13,15 +13,14 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see