diff --git a/htdocs/boxes.php b/htdocs/boxes.php
index d6ebd67094b..2affdf654d3 100644
--- a/htdocs/boxes.php
+++ b/htdocs/boxes.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 .
*/
/**
@@ -23,7 +22,7 @@
* \brief File of class to manage widget boxes
* \author Rodolphe Qiedeville
* \author Laurent Destailleur
- * \version $Id: boxes.php,v 1.53 2011/07/08 17:59:55 eldy Exp $
+ * \version $Id: boxes.php,v 1.54 2011/07/31 23:19:04 eldy Exp $
*/
diff --git a/htdocs/document.php b/htdocs/document.php
index 8f4b32486b2..394f5326ce3 100644
--- a/htdocs/document.php
+++ b/htdocs/document.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/document.php
* \brief Wrapper to download data files
- * \version $Id: document.php,v 1.122 2011/07/09 00:15:16 eldy Exp $
+ * \version $Id: document.php,v 1.123 2011/07/31 23:19:04 eldy Exp $
* \remarks Call of this wrapper is made with URL:
* document.php?modulepart=repfichierconcerne&file=pathrelatifdufichier
*/
diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
index 13a97bf54b3..3148174f5af 100755
--- a/htdocs/filefunc.inc.php
+++ b/htdocs/filefunc.inc.php
@@ -20,15 +20,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/filefunc.inc.php
* \ingroup core
* \brief File that include conf.php file and functions.lib.php
- * \version $Id: filefunc.inc.php,v 1.20 2011/07/30 10:23:24 eldy Exp $
+ * \version $Id: filefunc.inc.php,v 1.21 2011/07/31 23:19:04 eldy Exp $
*/
define('DOL_VERSION','3.1.0-beta'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
@@ -65,7 +64,7 @@ $conffiletoshowshort = "conf.php";
# Define localization of conf file
$conffile = "conf/conf.php";
$conffiletoshow = "htdocs/conf/conf.php";
-# For debian like systems
+# For debian/redhat like systems
#$conffile = "/etc/dolibarr/conf.php";
#$conffiletoshow = "/etc/dolibarr/conf.php";
diff --git a/htdocs/includes/barcode/html.formbarcode.class.php b/htdocs/includes/barcode/html.formbarcode.class.php
index 253664281d9..2424ec2a803 100644
--- a/htdocs/includes/barcode/html.formbarcode.class.php
+++ b/htdocs/includes/barcode/html.formbarcode.class.php
@@ -13,16 +13,15 @@
* 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 .
*
- * $Id$
+ * $Id: html.formbarcode.class.php,v 1.16 2011/07/31 23:29:11 eldy Exp $
*/
/**
\file htdocs/includes/barcode/html.formbarcode.class.php
\brief Fichier de la classe des fonctions predefinie de composants html
- \version $Revision$
+ \version $Revision: 1.16 $
*/
diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php
index c09d95ecf16..68bf4bc1f6d 100644
--- a/htdocs/includes/boxes/box_actions.php
+++ b/htdocs/includes/boxes/box_actions.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/includes/boxes/box_actions.php
* \ingroup actions
* \brief Module to build boxe for events
- * \version $Id: box_actions.php,v 1.48 2011/07/03 12:55:33 eldy Exp $
+ * \version $Id: box_actions.php,v 1.49 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_bookmarks.php b/htdocs/includes/boxes/box_bookmarks.php
index 17e823e6dd1..241398d8ad1 100644
--- a/htdocs/includes/boxes/box_bookmarks.php
+++ b/htdocs/includes/boxes/box_bookmarks.php
@@ -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/includes/boxes/box_bookmarks.php
* \ingroup bookmark
* \brief Module to generate box of bookmarks list
- * \version $Id$
+ * \version $Id: box_bookmarks.php,v 1.18 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_clients.php b/htdocs/includes/boxes/box_clients.php
index 21da64ebff1..6ea6b3fa93a 100644
--- a/htdocs/includes/boxes/box_clients.php
+++ b/htdocs/includes/boxes/box_clients.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/includes/boxes/box_clients.php
* \ingroup societes
* \brief Module de generation de l'affichage de la box clients
- * \version $Id$
+ * \version $Id: box_clients.php,v 1.40 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_commandes.php b/htdocs/includes/boxes/box_commandes.php
index 895bf51c96c..d6dd903d62b 100644
--- a/htdocs/includes/boxes/box_commandes.php
+++ b/htdocs/includes/boxes/box_commandes.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/includes/boxes/box_commandes.php
* \ingroup commande
* \brief Module de generation de l'affichage de la box commandes
- * \version $Id$
+ * \version $Id: box_commandes.php,v 1.33 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_comptes.php b/htdocs/includes/boxes/box_comptes.php
index 8f4638748e8..b0f12333f7c 100644
--- a/htdocs/includes/boxes/box_comptes.php
+++ b/htdocs/includes/boxes/box_comptes.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/includes/boxes/box_comptes.php
* \ingroup banque
* \brief Module to generate box for bank accounts
- * \version $Id$
+ * \version $Id: box_comptes.php,v 1.21 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
include_once(DOL_DOCUMENT_ROOT."/compta/bank/class/account.class.php");
diff --git a/htdocs/includes/boxes/box_contacts.php b/htdocs/includes/boxes/box_contacts.php
index bc2a072ee1d..1a053bc8b04 100755
--- a/htdocs/includes/boxes/box_contacts.php
+++ b/htdocs/includes/boxes/box_contacts.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/includes/boxes/box_contacts.php
* \ingroup societes
* \brief Module to show box of contacts
- * \version $Id$
+ * \version $Id: box_contacts.php,v 1.3 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_contracts.php b/htdocs/includes/boxes/box_contracts.php
index 8f92bac5704..10c61eca9c7 100644
--- a/htdocs/includes/boxes/box_contracts.php
+++ b/htdocs/includes/boxes/box_contracts.php
@@ -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/includes/boxes/box_contracts.php
* \ingroup contracts
* \brief Module de generation de l'affichage de la box contracts
- * \version $Id$
+ * \version $Id: box_contracts.php,v 1.10 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_external_rss.php b/htdocs/includes/boxes/box_external_rss.php
index b41c4b8ec3d..0859f336cb4 100644
--- a/htdocs/includes/boxes/box_external_rss.php
+++ b/htdocs/includes/boxes/box_external_rss.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/includes/boxes/box_external_rss.php
* \ingroup external_rss
* \brief Fichier de gestion d'une box pour le module external_rss
- * \version $Id$
+ * \version $Id: box_external_rss.php,v 1.34 2011/07/31 23:29:10 eldy Exp $
*/
include_once(MAGPIERSS_PATH."rss_fetch.inc");
diff --git a/htdocs/includes/boxes/box_factures.php b/htdocs/includes/boxes/box_factures.php
index 7adc61d5729..f81d4421282 100644
--- a/htdocs/includes/boxes/box_factures.php
+++ b/htdocs/includes/boxes/box_factures.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/includes/boxes/box_factures.php
* \ingroup factures
* \brief Module de generation de l'affichage de la box factures
- * \version $Id$
+ * \version $Id: box_factures.php,v 1.52 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_factures_fourn.php b/htdocs/includes/boxes/box_factures_fourn.php
index 2fe7ba95c0b..e086035ea9e 100644
--- a/htdocs/includes/boxes/box_factures_fourn.php
+++ b/htdocs/includes/boxes/box_factures_fourn.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/includes/boxes/box_factures_fourn.php
* \ingroup supplier
* \brief Fichier de gestion d'une box des factures fournisseurs
- * \version $Id$
+ * \version $Id: box_factures_fourn.php,v 1.36 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_factures_fourn_imp.php b/htdocs/includes/boxes/box_factures_fourn_imp.php
index 2482944c9fa..8a04eae534d 100644
--- a/htdocs/includes/boxes/box_factures_fourn_imp.php
+++ b/htdocs/includes/boxes/box_factures_fourn_imp.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/includes/boxes/box_factures_fourn_imp.php
* \ingroup fournisseur
* \brief Fichier de gestion d'une box des factures fournisseurs impayees
- * \version $Id$
+ * \version $Id: box_factures_fourn_imp.php,v 1.37 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_factures_imp.php b/htdocs/includes/boxes/box_factures_imp.php
index f4a1818e45d..efc0e8a8e67 100644
--- a/htdocs/includes/boxes/box_factures_imp.php
+++ b/htdocs/includes/boxes/box_factures_imp.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/includes/boxes/box_factures_imp.php
* \ingroup factures
* \brief Module de generation de l'affichage de la box factures impayees
- * \version $Id$
+ * \version $Id: box_factures_imp.php,v 1.54 2011/07/31 23:29:10 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_fournisseurs.php b/htdocs/includes/boxes/box_fournisseurs.php
index 7dda9b9f14d..36b00b5ea90 100644
--- a/htdocs/includes/boxes/box_fournisseurs.php
+++ b/htdocs/includes/boxes/box_fournisseurs.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/includes/boxes/box_fournisseurs.php
\ingroup fournisseurs
\brief Module to generate box of suppliers
- \version $Id$
+ \version $Id: box_fournisseurs.php,v 1.30 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_members.php b/htdocs/includes/boxes/box_members.php
index 7d0c80c916b..d6daac28e8c 100755
--- a/htdocs/includes/boxes/box_members.php
+++ b/htdocs/includes/boxes/box_members.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/includes/boxes/box_members.php
* \ingroup societes
* \brief Module de generation de l'affichage de la box clients
- * \version $Id$
+ * \version $Id: box_members.php,v 1.4 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_osc_client.php b/htdocs/includes/boxes/box_osc_client.php
index 60e210697c3..362a070865f 100644
--- a/htdocs/includes/boxes/box_osc_client.php
+++ b/htdocs/includes/boxes/box_osc_client.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/includes/boxes/box_osc_client.php
\ingroup osc
\brief Module to generate box of shop customers
- \version $Id$
+ \version $Id: box_osc_client.php,v 1.17 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_produits.php b/htdocs/includes/boxes/box_produits.php
index 560053eb8f1..9287c9bb20b 100644
--- a/htdocs/includes/boxes/box_produits.php
+++ b/htdocs/includes/boxes/box_produits.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/includes/boxes/box_produits.php
* \ingroup produits,services
* \brief Module to generate box of last products/services
- * \version $Id$
+ * \version $Id: box_produits.php,v 1.41 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php
index 12c8f7580e6..f384997e797 100644
--- a/htdocs/includes/boxes/box_propales.php
+++ b/htdocs/includes/boxes/box_propales.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/includes/boxes/box_propales.php
\ingroup propales
\brief Module de generation de l'affichage de la box propales
- \version $Id$
+ \version $Id: box_propales.php,v 1.47 2011/07/31 23:29:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/box_prospect.php b/htdocs/includes/boxes/box_prospect.php
index a3fcd9847fa..07ceb0b7ec7 100644
--- a/htdocs/includes/boxes/box_prospect.php
+++ b/htdocs/includes/boxes/box_prospect.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/includes/boxes/box_prospect.php
* \ingroup societe
* \brief Module to generate the last prospects box.
- * \version $Id$
+ * \version $Id: box_prospect.php,v 1.43 2011/07/31 23:29:10 eldy Exp $
*/
diff --git a/htdocs/includes/boxes/box_services_vendus.php b/htdocs/includes/boxes/box_services_vendus.php
index 34e35392858..c9caa3b3516 100644
--- a/htdocs/includes/boxes/box_services_vendus.php
+++ b/htdocs/includes/boxes/box_services_vendus.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/includes/boxes/box_services_vendus.php
* \ingroup produits,services
* \brief Module de generation de l'affichage de la box services_vendus
- * \version $Id$
+ * \version $Id: box_services_vendus.php,v 1.54 2011/07/31 23:29:09 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php
index e13affbe9ec..5a7dafa719c 100644
--- a/htdocs/includes/boxes/modules_boxes.php
+++ b/htdocs/includes/boxes/modules_boxes.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/boxes/modules_boxes.php
* \ingroup facture
* \brief Fichier contenant la classe mere des boites
- * \version $Id: modules_boxes.php,v 1.55 2011/07/20 19:03:35 eldy Exp $
+ * \version $Id: modules_boxes.php,v 1.56 2011/07/31 23:29:10 eldy Exp $
*/
diff --git a/htdocs/includes/login/functions_dolibarr.php b/htdocs/includes/login/functions_dolibarr.php
index f15204c6afb..6e086409c3d 100644
--- a/htdocs/includes/login/functions_dolibarr.php
+++ b/htdocs/includes/login/functions_dolibarr.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/includes/login/functions_dolibarr.php
* \ingroup core
* \brief Authentication functions for Dolibarr mode
- * \version $Id$
+ * \version $Id: functions_dolibarr.php,v 1.13 2011/07/31 23:29:11 eldy Exp $
*/
diff --git a/htdocs/includes/login/functions_empty.php b/htdocs/includes/login/functions_empty.php
index 0539aa72c92..c3ab605c80c 100644
--- a/htdocs/includes/login/functions_empty.php
+++ b/htdocs/includes/login/functions_empty.php
@@ -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/includes/login/functions_empty.php
* \ingroup core
* \brief Empty authentication functions for test
- * \version $Id$
+ * \version $Id: functions_empty.php,v 1.2 2011/07/31 23:29:10 eldy Exp $
*/
diff --git a/htdocs/includes/login/functions_forceuser.php b/htdocs/includes/login/functions_forceuser.php
index de4d4fc1a7f..0aa66999b96 100644
--- a/htdocs/includes/login/functions_forceuser.php
+++ b/htdocs/includes/login/functions_forceuser.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: functions_forceuser.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/login/functions_http.php b/htdocs/includes/login/functions_http.php
index b6facb72289..09ff60a301a 100644
--- a/htdocs/includes/login/functions_http.php
+++ b/htdocs/includes/login/functions_http.php
@@ -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/includes/login/functions_http.php
\ingroup core
\brief Authentication functions for HTTP Basic
- \version $Id$
+ \version $Id: functions_http.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
*/
diff --git a/htdocs/includes/login/functions_ldap.php b/htdocs/includes/login/functions_ldap.php
index e7f0359ced4..3b330afdb2f 100644
--- a/htdocs/includes/login/functions_ldap.php
+++ b/htdocs/includes/login/functions_ldap.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: functions_ldap.php,v 1.18 2011/07/31 23:29:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/login/functions_myopenid.php b/htdocs/includes/login/functions_myopenid.php
index e1a67e82403..b54f46cb1bc 100644
--- a/htdocs/includes/login/functions_myopenid.php
+++ b/htdocs/includes/login/functions_myopenid.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/includes/login/functions_dolibarr.php
* \ingroup core
* \brief Authentication functions for Dolibarr mode
- * \version $Id$
+ * \version $Id: functions_myopenid.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
*/
diff --git a/htdocs/includes/modules/DolibarrModules.class.php b/htdocs/includes/modules/DolibarrModules.class.php
index e884e791d8f..5ed88b641a6 100644
--- a/htdocs/includes/modules/DolibarrModules.class.php
+++ b/htdocs/includes/modules/DolibarrModules.class.php
@@ -17,14 +17,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/includes/modules/DolibarrModules.class.php
* \brief Fichier de description et activation des modules Dolibarr
- * \version $Id: DolibarrModules.class.php,v 1.162 2011/07/17 18:13:44 eldy Exp $
+ * \version $Id: DolibarrModules.class.php,v 1.163 2011/07/31 23:28:12 eldy Exp $
*/
diff --git a/htdocs/includes/modules/action/rapport.pdf.php b/htdocs/includes/modules/action/rapport.pdf.php
index e7e4eac9505..9fafd03df67 100644
--- a/htdocs/includes/modules/action/rapport.pdf.php
+++ b/htdocs/includes/modules/action/rapport.pdf.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/action/rapport.pdf.php
* \ingroup commercial
* \brief File to build PDF with events
- * \version $Id$
+ * \version $Id: rapport.pdf.php,v 1.35 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/barcode/modules_barcode.php b/htdocs/includes/modules/barcode/modules_barcode.php
index cf5df713d1a..d3ebaa07d55 100644
--- a/htdocs/includes/modules/barcode/modules_barcode.php
+++ b/htdocs/includes/modules/barcode/modules_barcode.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/barcode/modules_barcode.php
* \ingroup barcode
* \brief Fichier contenant la classe mere de generation des codes barres
- * \version $Id$
+ * \version $Id: modules_barcode.php,v 1.5 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
diff --git a/htdocs/includes/modules/barcode/phpbarcode.modules.php b/htdocs/includes/modules/barcode/phpbarcode.modules.php
index 6ad4c946de8..11c1e46cc56 100644
--- a/htdocs/includes/modules/barcode/phpbarcode.modules.php
+++ b/htdocs/includes/modules/barcode/phpbarcode.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/barcode/phpbarcode.modules.php
* \ingroup facture
* \brief Fichier contenant la classe du modele de generation code barre phpbarcode
- * \version $Id$
+ * \version $Id: phpbarcode.modules.php,v 1.14 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/barcode/modules_barcode.php");
diff --git a/htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php b/htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php
index 1d6eab22970..6f552b8679e 100644
--- a/htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php
+++ b/htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php
* \ingroup facture
* \brief File with parent class of check receipt document generators
- * \version $Id$
+ * \version $Id: modules_chequereceipts.php,v 1.5 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php b/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php
index a4dd732c428..e95374717d6 100644
--- a/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php
+++ b/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php
* \ingroup banque
* \brief File to build cheque deposit receipts
- * \version $Id$
+ * \version $Id: pdf_blochet.class.php,v 1.41 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/commande/mod_commande_marbre.php b/htdocs/includes/modules/commande/mod_commande_marbre.php
index 70cd49b0b3c..2c1c30d9857 100644
--- a/htdocs/includes/modules/commande/mod_commande_marbre.php
+++ b/htdocs/includes/modules/commande/mod_commande_marbre.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/commande/mod_commande_marbre.php
* \ingroup commande
* \brief File of class to manage customer order numbering rules Marbre
- * \version $Id$
+ * \version $Id: mod_commande_marbre.php,v 1.23 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
diff --git a/htdocs/includes/modules/commande/mod_commande_saphir.php b/htdocs/includes/modules/commande/mod_commande_saphir.php
index fd42edd4366..27499d13d3c 100644
--- a/htdocs/includes/modules/commande/mod_commande_saphir.php
+++ b/htdocs/includes/modules/commande/mod_commande_saphir.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
\file htdocs/includes/modules/commande/mod_commande_saphir.php
\ingroup commande
\brief Fichier contenant la classe du modele de numerotation de reference de commande Saphir
- \version $Id$
+ \version $Id: mod_commande_saphir.php,v 1.26 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
diff --git a/htdocs/includes/modules/commande/modules_commande.php b/htdocs/includes/modules/commande/modules_commande.php
index 0a10adcd852..ce72e32e5ca 100644
--- a/htdocs/includes/modules/commande/modules_commande.php
+++ b/htdocs/includes/modules/commande/modules_commande.php
@@ -16,8 +16,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 .
* or see http://www.gnu.org/
*/
@@ -26,7 +25,7 @@
* \ingroup commande
* \brief Fichier contenant la classe mere de generation des commandes en PDF
* et la classe mere de numerotation des commandes
- * \version $Id: modules_commande.php,v 1.47 2011/07/04 10:35:49 hregis Exp $
+ * \version $Id: modules_commande.php,v 1.48 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/commande/pdf_edison.modules.php b/htdocs/includes/modules/commande/pdf_edison.modules.php
index ed5406a52e4..019231e34c5 100644
--- a/htdocs/includes/modules/commande/pdf_edison.modules.php
+++ b/htdocs/includes/modules/commande/pdf_edison.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/commande/pdf_edison.modules.php
* \ingroup commande
* \brief Fichier de la classe permettant de generer les commandes au modele Edison
- * \version $Id$
+ * \version $Id: pdf_edison.modules.php,v 1.89 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
diff --git a/htdocs/includes/modules/commande/pdf_einstein.modules.php b/htdocs/includes/modules/commande/pdf_einstein.modules.php
index adb3da49612..316e66a000a 100644
--- a/htdocs/includes/modules/commande/pdf_einstein.modules.php
+++ b/htdocs/includes/modules/commande/pdf_einstein.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup commande
* \brief Fichier de la classe permettant de generer les commandes au modele Einstein
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: pdf_einstein.modules.php,v 1.163 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
diff --git a/htdocs/includes/modules/contract/mod_contract_magre.php b/htdocs/includes/modules/contract/mod_contract_magre.php
index ff403f351a5..e510478a966 100755
--- a/htdocs/includes/modules/contract/mod_contract_magre.php
+++ b/htdocs/includes/modules/contract/mod_contract_magre.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/contract/mod_contract_magre.php
* \ingroup contract
* \brief File of class to manage contract numbering rules Magre
- * \version $Id$
+ * \version $Id: mod_contract_magre.php,v 1.3 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/contract/modules_contract.php");
diff --git a/htdocs/includes/modules/contract/mod_contract_serpis.php b/htdocs/includes/modules/contract/mod_contract_serpis.php
index e537971ec3c..26c092a82ce 100755
--- a/htdocs/includes/modules/contract/mod_contract_serpis.php
+++ b/htdocs/includes/modules/contract/mod_contract_serpis.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/contract/mod_contract_serpis.php
* \ingroup contract
* \brief File of class to manage contract numbering rules Serpis
- * \version $Id$
+ * \version $Id: mod_contract_serpis.php,v 1.2 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/contract/modules_contract.php");
diff --git a/htdocs/includes/modules/contract/modules_contract.php b/htdocs/includes/modules/contract/modules_contract.php
index 977df36c77a..dd1c8a51d99 100755
--- a/htdocs/includes/modules/contract/modules_contract.php
+++ b/htdocs/includes/modules/contract/modules_contract.php
@@ -17,8 +17,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 .
* or see http://www.gnu.org/
*/
@@ -26,7 +25,7 @@
* \file htdocs/includes/modules/contract/modules_contract.php
* \ingroup contract
* \brief File of class to manage contract numbering
- * \version $Id$
+ * \version $Id: modules_contract.php,v 1.3 2011/07/31 23:28:16 eldy Exp $
*/
class ModelNumRefContracts
diff --git a/htdocs/includes/modules/dons/html_cerfafr.modules.php b/htdocs/includes/modules/dons/html_cerfafr.modules.php
index 95ebe53aa84..a3e88d7517c 100644
--- a/htdocs/includes/modules/dons/html_cerfafr.modules.php
+++ b/htdocs/includes/modules/dons/html_cerfafr.modules.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/includes/modules/dons/html_cerfafr.modules.php
\ingroup don
\brief Formulaire de don
- \version $Id$
+ \version $Id: html_cerfafr.modules.php,v 1.30 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/dons/modules_don.php");
require_once(DOL_DOCUMENT_ROOT."/compta/dons/class/don.class.php");
diff --git a/htdocs/includes/modules/dons/modules_don.php b/htdocs/includes/modules/dons/modules_don.php
index 6ef01d0731f..2b04f7f092d 100644
--- a/htdocs/includes/modules/dons/modules_don.php
+++ b/htdocs/includes/modules/dons/modules_don.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
\file htdocs/includes/modules/dons/modules_don.php
\ingroup don
\brief Fichier contenant la classe m�re de generation des dons
- \version $Id$
+ \version $Id: modules_don.php,v 1.20 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/expedition/methode_expedition.modules.php b/htdocs/includes/modules/expedition/methode_expedition.modules.php
index 5fe436eb5c5..b7c9b78edf4 100644
--- a/htdocs/includes/modules/expedition/methode_expedition.modules.php
+++ b/htdocs/includes/modules/expedition/methode_expedition.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \ingroup expedition
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
* et la classe mere de numerotation des bons de livraisons
- * \version $Id$
+ * \version $Id: methode_expedition.modules.php,v 1.10 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/expedition/mod_expedition_ribera.php b/htdocs/includes/modules/expedition/mod_expedition_ribera.php
index 9c49eae8a3b..b73af2d7469 100755
--- a/htdocs/includes/modules/expedition/mod_expedition_ribera.php
+++ b/htdocs/includes/modules/expedition/mod_expedition_ribera.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/expedition/mod_expedition_ribera.php
* \ingroup expedition
* \brief File of class to manage expedition numbering rules Ribera
- * \version $Id$
+ * \version $Id: mod_expedition_ribera.php,v 1.2 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/expedition/modules_expedition.php");
diff --git a/htdocs/includes/modules/expedition/mod_expedition_safor.php b/htdocs/includes/modules/expedition/mod_expedition_safor.php
index a7d1ec7dc9d..9691a525223 100755
--- a/htdocs/includes/modules/expedition/mod_expedition_safor.php
+++ b/htdocs/includes/modules/expedition/mod_expedition_safor.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/expedition/mod_expedition_safor.php
* \ingroup expedition
* \brief File of class to manage shipments numbering rules Safor
- * \version $Id$
+ * \version $Id: mod_expedition_safor.php,v 1.3 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/expedition/modules_expedition.php");
diff --git a/htdocs/includes/modules/expedition/modules_expedition.php b/htdocs/includes/modules/expedition/modules_expedition.php
index dfdf420e905..c1335ebc9dc 100755
--- a/htdocs/includes/modules/expedition/modules_expedition.php
+++ b/htdocs/includes/modules/expedition/modules_expedition.php
@@ -17,8 +17,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 .
* or see http://www.gnu.org/
*/
@@ -26,7 +25,7 @@
* \file htdocs/includes/modules/expedition/modules_expedition.php
* \ingroup expedition
* \brief File of class to manage expedition numbering
- * \version $Id$
+ * \version $Id: modules_expedition.php,v 1.3 2011/07/31 23:28:14 eldy Exp $
*/
class ModelNumRefExpedition
diff --git a/htdocs/includes/modules/expedition/pdf/ModelePdfExpedition.class.php b/htdocs/includes/modules/expedition/pdf/ModelePdfExpedition.class.php
index 9abbf28af0d..34ae04b6766 100644
--- a/htdocs/includes/modules/expedition/pdf/ModelePdfExpedition.class.php
+++ b/htdocs/includes/modules/expedition/pdf/ModelePdfExpedition.class.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/expedition/pdf/ModelePdfExpedition.class.php
* \ingroup shipping
* \brief Fichier contenant la classe mere de generation des expeditions
- * \version $Id$
+ * \version $Id: ModelePdfExpedition.class.php,v 1.16 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php
index 3fa31ae73f7..6b97bf3d4d5 100644
--- a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php
+++ b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php
* \ingroup expedition
* \brief Fichier de la classe permettant de generer les bordereaux envoi au modele Merou
- * \version $Id$
+ * \version $Id: pdf_expedition_merou.modules.php,v 1.85 2011/07/31 23:28:13 eldy Exp $
*/
require_once DOL_DOCUMENT_ROOT."/includes/modules/expedition/pdf/ModelePdfExpedition.class.php";
diff --git a/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php b/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php
index 82c400372bd..349bb32b719 100644
--- a/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php
+++ b/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php
* \ingroup expedition
* \brief Fichier de la classe permettant de generer les bordereaux envoi au modele Rouget
- * \version $Id$
+ * \version $Id: pdf_expedition_rouget.modules.php,v 1.60 2011/07/31 23:28:13 eldy Exp $
*/
require_once DOL_DOCUMENT_ROOT."/includes/modules/expedition/pdf/ModelePdfExpedition.class.php";
diff --git a/htdocs/includes/modules/export/export_csv.modules.php b/htdocs/includes/modules/export/export_csv.modules.php
index 293f8f14ebe..257b95e4e3c 100644
--- a/htdocs/includes/modules/export/export_csv.modules.php
+++ b/htdocs/includes/modules/export/export_csv.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup export
* \brief File of class to build exports with CSV format
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: export_csv.modules.php,v 1.30 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/export/modules_export.php");
@@ -66,7 +65,7 @@ class ExportCsv extends ModeleExports
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
$this->extension='csv'; // Extension for generated file by this driver
$this->picto='mime/other'; // Picto
- $ver=explode(' ','$Revision$');
+ $ver=explode(' ','$Revision: 1.30 $');
$this->version=$ver[2]; // Driver version
// If driver use an external library, put its name here
diff --git a/htdocs/includes/modules/export/export_excel.modules.php b/htdocs/includes/modules/export/export_excel.modules.php
index 32cdc6f3e92..127eb16e389 100644
--- a/htdocs/includes/modules/export/export_excel.modules.php
+++ b/htdocs/includes/modules/export/export_excel.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup export
* \brief File of class to generate export file with Excel format
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: export_excel.modules.php,v 1.27 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/export/modules_export.php");
@@ -65,7 +64,7 @@ class ExportExcel extends ModeleExports
$this->desc='Excel file format (.xls)
This is native Excel 95 format.';
$this->extension='xls'; // Extension for generated file by this driver
$this->picto='mime/xls'; // Picto
- $ver=explode(' ','$Revision$');
+ $ver=explode(' ','$Revision: 1.27 $');
$this->version=$ver[2]; // Driver version
// If driver use an external library, put its name here
diff --git a/htdocs/includes/modules/export/modules_export.php b/htdocs/includes/modules/export/modules_export.php
index 460f5b42979..ec7e1af07c6 100644
--- a/htdocs/includes/modules/export/modules_export.php
+++ b/htdocs/includes/modules/export/modules_export.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/export/modules_export.php
* \ingroup export
* \brief File of parent class for export modules
- * \version $Id$
+ * \version $Id: modules_export.php,v 1.24 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
diff --git a/htdocs/includes/modules/facture/doc/doc_generic_invoice_odt.modules.php b/htdocs/includes/modules/facture/doc/doc_generic_invoice_odt.modules.php
index e42ecd75db5..7994f9ffcb4 100644
--- a/htdocs/includes/modules/facture/doc/doc_generic_invoice_odt.modules.php
+++ b/htdocs/includes/modules/facture/doc/doc_generic_invoice_odt.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup societe
* \brief File of class to build ODT documents for third parties
* \author Laurent Destailleur
- * \version $Id: doc_generic_invoice_odt.modules.php,v 1.19 2011/07/21 22:54:36 eldy Exp $
+ * \version $Id: doc_generic_invoice_odt.modules.php,v 1.20 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/facture/modules_facture.php");
diff --git a/htdocs/includes/modules/facture/doc/pdf_crabe.modules.php b/htdocs/includes/modules/facture/doc/pdf_crabe.modules.php
index 275a7aedebd..272b400539a 100755
--- a/htdocs/includes/modules/facture/doc/pdf_crabe.modules.php
+++ b/htdocs/includes/modules/facture/doc/pdf_crabe.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup facture
* \brief File of class to generate invoices from crab model
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: pdf_crabe.modules.php,v 1.12 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/facture/modules_facture.php");
diff --git a/htdocs/includes/modules/facture/doc/pdf_oursin.modules.php b/htdocs/includes/modules/facture/doc/pdf_oursin.modules.php
index 12cc1769374..50991f60be7 100755
--- a/htdocs/includes/modules/facture/doc/pdf_oursin.modules.php
+++ b/htdocs/includes/modules/facture/doc/pdf_oursin.modules.php
@@ -16,8 +16,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 .
* or see http://www.gnu.org/
*/
@@ -26,7 +25,7 @@
* \ingroup facture
* \brief Fichier de la classe permettant de generer les factures au modele oursin
* \author Sylvain SCATTOLINI base sur un modele de Laurent Destailleur
- * \version $Id$
+ * \version $Id: pdf_oursin.modules.php,v 1.11 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
diff --git a/htdocs/includes/modules/facture/mod_facture_mercure.php b/htdocs/includes/modules/facture/mod_facture_mercure.php
index af57c9ff440..d5072345994 100644
--- a/htdocs/includes/modules/facture/mod_facture_mercure.php
+++ b/htdocs/includes/modules/facture/mod_facture_mercure.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/facture/mod_facture_mercure.php
* \ingroup facture
* \brief File containing class for numbering module Mercure
- * \version $Id$
+ * \version $Id: mod_facture_mercure.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/facture/modules_facture.php");
diff --git a/htdocs/includes/modules/facture/mod_facture_terre.php b/htdocs/includes/modules/facture/mod_facture_terre.php
index 61ffbd6beb3..ce1aa29283f 100644
--- a/htdocs/includes/modules/facture/mod_facture_terre.php
+++ b/htdocs/includes/modules/facture/mod_facture_terre.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/facture/mod_facture_terre.php
* \ingroup facture
* \brief File containing class for numbering module Terre
- * \version $Id$
+ * \version $Id: mod_facture_terre.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/facture/modules_facture.php");
diff --git a/htdocs/includes/modules/facture/modules_facture.php b/htdocs/includes/modules/facture/modules_facture.php
index 9e1640010f4..d01c29a5a53 100644
--- a/htdocs/includes/modules/facture/modules_facture.php
+++ b/htdocs/includes/modules/facture/modules_facture.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup facture
* \brief Fichier contenant la classe mere de generation des factures en PDF
* et la classe mere de numerotation des factures
- * \version $Id: modules_facture.php,v 1.92 2011/07/04 10:35:48 hregis Exp $
+ * \version $Id: modules_facture.php,v 1.93 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/fichinter/mod_arctic.php b/htdocs/includes/modules/fichinter/mod_arctic.php
index 8761d8e7743..4cdb6176fc7 100644
--- a/htdocs/includes/modules/fichinter/mod_arctic.php
+++ b/htdocs/includes/modules/fichinter/mod_arctic.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/fichinter/mod_arctic.php
* \ingroup fiche intervention
* \brief File with Arctic numbering module for interventions
- * \version $Id: mod_arctic.php,v 1.18 2011/07/02 15:46:02 eldy Exp $
+ * \version $Id: mod_arctic.php,v 1.19 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/fichinter/modules_fichinter.php");
diff --git a/htdocs/includes/modules/fichinter/mod_pacific.php b/htdocs/includes/modules/fichinter/mod_pacific.php
index adc5a872971..fc5ab868bb5 100644
--- a/htdocs/includes/modules/fichinter/mod_pacific.php
+++ b/htdocs/includes/modules/fichinter/mod_pacific.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/fichinter/mod_pacific.php
* \ingroup fiche intervention
* \brief File with Pacific numbering module for interventions
- * \version $Id: mod_pacific.php,v 1.12 2011/07/02 15:46:02 eldy Exp $
+ * \version $Id: mod_pacific.php,v 1.13 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/fichinter/modules_fichinter.php");
diff --git a/htdocs/includes/modules/fichinter/modules_fichinter.php b/htdocs/includes/modules/fichinter/modules_fichinter.php
index d99dfabba9c..47ef39e8cba 100644
--- a/htdocs/includes/modules/fichinter/modules_fichinter.php
+++ b/htdocs/includes/modules/fichinter/modules_fichinter.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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \ingroup ficheinter
* \brief Fichier contenant la classe mere de generation des fiches interventions en PDF
* et la classe mere de numerotation des fiches interventions
- * \version $Id: modules_fichinter.php,v 1.41 2011/07/10 13:48:25 eldy Exp $
+ * \version $Id: modules_fichinter.php,v 1.42 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/fichinter/pdf_soleil.modules.php b/htdocs/includes/modules/fichinter/pdf_soleil.modules.php
index f58d2118dcc..73dbde338ed 100644
--- a/htdocs/includes/modules/fichinter/pdf_soleil.modules.php
+++ b/htdocs/includes/modules/fichinter/pdf_soleil.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/fichinter/pdf_soleil.modules.php
* \ingroup ficheinter
* \brief Fichier de la classe permettant de generer les fiches d'intervention au modele Soleil
- * \version $Id: pdf_soleil.modules.php,v 1.101 2011/07/13 14:09:35 eldy Exp $
+ * \version $Id: pdf_soleil.modules.php,v 1.102 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/fichinter/modules_fichinter.php");
require_once(DOL_DOCUMENT_ROOT."/lib/company.lib.php");
diff --git a/htdocs/includes/modules/import/import_csv.modules.php b/htdocs/includes/modules/import/import_csv.modules.php
index 4273f92e477..5a3532c54ff 100644
--- a/htdocs/includes/modules/import/import_csv.modules.php
+++ b/htdocs/includes/modules/import/import_csv.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \ingroup import
* \brief File to load import files with CSV format
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: import_csv.modules.php,v 1.33 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/import/modules_import.php");
@@ -72,7 +71,7 @@ class ImportCsv extends ModeleImports
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
$this->extension='csv'; // Extension for generated file by this driver
$this->picto='mime/other'; // Picto
- $ver=explode(' ','$Revision$');
+ $ver=explode(' ','$Revision: 1.33 $');
$this->version=$ver[2]; // Driver version
// If driver use an external library, put its name here
diff --git a/htdocs/includes/modules/import/modules_import.php b/htdocs/includes/modules/import/modules_import.php
index 3db3aa1ff06..f1836e0eb8c 100644
--- a/htdocs/includes/modules/import/modules_import.php
+++ b/htdocs/includes/modules/import/modules_import.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/import/modules_import.php
* \ingroup export
* \brief File of parent class for import file readers
- * \version $Id$
+ * \version $Id: modules_import.php,v 1.9 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
diff --git a/htdocs/includes/modules/livraison/mod_livraison_jade.php b/htdocs/includes/modules/livraison/mod_livraison_jade.php
index c7408fdae80..b7713a76d0d 100644
--- a/htdocs/includes/modules/livraison/mod_livraison_jade.php
+++ b/htdocs/includes/modules/livraison/mod_livraison_jade.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/livraison/mod_livraison_jade.php
* \ingroup delivery
* \brief Fichier contenant la classe du modele de numerotation de reference de bon de livraison Jade
- * \version $Id$
+ * \version $Id: mod_livraison_jade.php,v 1.9 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/livraison/modules_livraison.php");
diff --git a/htdocs/includes/modules/livraison/mod_livraison_saphir.php b/htdocs/includes/modules/livraison/mod_livraison_saphir.php
index 6db8121bc00..f7fe6720a7f 100644
--- a/htdocs/includes/modules/livraison/mod_livraison_saphir.php
+++ b/htdocs/includes/modules/livraison/mod_livraison_saphir.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/livraison/mod_livraison_saphir.php
* \ingroup expedition
* \brief Fichier contenant la classe du modele de numerotation de reference de livraison Saphir
- * \version $Id$
+ * \version $Id: mod_livraison_saphir.php,v 1.8 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/livraison/modules_livraison.php");
diff --git a/htdocs/includes/modules/livraison/modules_livraison.php b/htdocs/includes/modules/livraison/modules_livraison.php
index e669e45e321..cbd09447e3d 100644
--- a/htdocs/includes/modules/livraison/modules_livraison.php
+++ b/htdocs/includes/modules/livraison/modules_livraison.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup expedition
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
* et la classe mere de numerotation des bons de livraisons
- * \version $Id$
+ * \version $Id: modules_livraison.php,v 1.18 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php b/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php
index b6e724875f7..84ad4ed54e9 100644
--- a/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php
+++ b/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php
* \ingroup livraison
* \brief Fichier de la classe permettant de generer les bons de livraison au mod�le Sirocco
- * \version $Id$
+ * \version $Id: pdf_sirocco.modules.php,v 1.77 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/livraison/modules_livraison.php");
diff --git a/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php b/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php
index a7e5b91dfbc..fcbf9a52cb0 100644
--- a/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php
+++ b/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup livraison
* \brief Fichier de la classe permettant de generer les bons de livraison au modele Typhon
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: pdf_typhon.modules.php,v 1.86 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/livraison/modules_livraison.php");
diff --git a/htdocs/includes/modules/mailings/contacts1.modules.php b/htdocs/includes/modules/mailings/contacts1.modules.php
index 1cd59b616c2..cbb4ad1c1fa 100755
--- a/htdocs/includes/modules/mailings/contacts1.modules.php
+++ b/htdocs/includes/modules/mailings/contacts1.modules.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/mailings/contacts1.modules.php
* \ingroup mailing
* \brief File of class to offer a selector of emailing targets with Rule 'Poire'.
- * \version $Id$
+ * \version $Id: contacts1.modules.php,v 1.2 2011/07/31 23:28:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
diff --git a/htdocs/includes/modules/mailings/contacts2.modules.php b/htdocs/includes/modules/mailings/contacts2.modules.php
index 4f8cb109714..857e432d5c5 100755
--- a/htdocs/includes/modules/mailings/contacts2.modules.php
+++ b/htdocs/includes/modules/mailings/contacts2.modules.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/mailings/contacts2.modules.php
* \ingroup mailing
* \brief Provides a list of recipients for mailing module
- * \version $Revision$
+ * \version $Revision: 1.8 $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
diff --git a/htdocs/includes/modules/mailings/contacts3.modules.php b/htdocs/includes/modules/mailings/contacts3.modules.php
index 4e507e2fabb..b8ddb204c16 100755
--- a/htdocs/includes/modules/mailings/contacts3.modules.php
+++ b/htdocs/includes/modules/mailings/contacts3.modules.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/mailings/contacts3.modules.php
* \ingroup mailing
* \brief Provides a list of recipients for mailing module
- * \version $Revision$
+ * \version $Revision: 1.4 $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
diff --git a/htdocs/includes/modules/mailings/fraise.modules.php b/htdocs/includes/modules/mailings/fraise.modules.php
index 1d373a00739..7eb23ef768e 100644
--- a/htdocs/includes/modules/mailings/fraise.modules.php
+++ b/htdocs/includes/modules/mailings/fraise.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
\file htdocs/includes/modules/mailings/fraise.modules.php
\ingroup mailing
\brief File of class to generate target according to rule Fraise
- \version $Id$
+ \version $Id: fraise.modules.php,v 1.27 2011/07/31 23:28:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
diff --git a/htdocs/includes/modules/mailings/modules_mailings.php b/htdocs/includes/modules/mailings/modules_mailings.php
index 1d35b08cf13..626d45890da 100644
--- a/htdocs/includes/modules/mailings/modules_mailings.php
+++ b/htdocs/includes/modules/mailings/modules_mailings.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/mailings/modules_mailings.php
* \ingroup mailing
* \brief File with parent class of emailing target selectors modules
- * \version $Id$
+ * \version $Id: modules_mailings.php,v 1.21 2011/07/31 23:28:15 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
diff --git a/htdocs/includes/modules/mailings/peche.modules.php b/htdocs/includes/modules/mailings/peche.modules.php
index d4761abde83..c64ddff71e7 100644
--- a/htdocs/includes/modules/mailings/peche.modules.php
+++ b/htdocs/includes/modules/mailings/peche.modules.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/mailings/peche.modules.php
* \ingroup mailing
* \brief File of class to offer a selector of emailing targets with Rule 'Peche'.
- * \version $Id$
+ * \version $Id: peche.modules.php,v 1.16 2011/07/31 23:28:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");
diff --git a/htdocs/includes/modules/mailings/pomme.modules.php b/htdocs/includes/modules/mailings/pomme.modules.php
index 9571e8399cf..bd5d32592ba 100644
--- a/htdocs/includes/modules/mailings/pomme.modules.php
+++ b/htdocs/includes/modules/mailings/pomme.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/mailings/pomme.modules.php
* \ingroup mailing
* \brief File of class to offer a selector of emailing targets with Rule 'Pomme'.
- * \version $Id$
+ * \version $Id: pomme.modules.php,v 1.19 2011/07/31 23:28:15 eldy Exp $
*/
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
diff --git a/htdocs/includes/modules/member/cards/modules_cards.php b/htdocs/includes/modules/member/cards/modules_cards.php
index 8a3409f3030..f4be0c1e061 100644
--- a/htdocs/includes/modules/member/cards/modules_cards.php
+++ b/htdocs/includes/modules/member/cards/modules_cards.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/member/cards/modules_cards.php
* \ingroup member
* \brief File of parent class of document generator for members cards.
- * \version $Id: modules_cards.php,v 1.10 2011/07/04 08:53:01 eldy Exp $
+ * \version $Id: modules_cards.php,v 1.11 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/member/cards/pdf_standard.class.php b/htdocs/includes/modules/member/cards/pdf_standard.class.php
index c25d94355f7..0f7007eb38e 100644
--- a/htdocs/includes/modules/member/cards/pdf_standard.class.php
+++ b/htdocs/includes/modules/member/cards/pdf_standard.class.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 .
*/
/* Inspire de PDF_Label
@@ -61,7 +60,7 @@
* \author Laurent Passebecq
* \author Rodolphe Quiedville
* \author Jean Louis Bergamo.
- * \version $Id$
+ * \version $Id: pdf_standard.class.php,v 1.22 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/member/labels/modules_labels.php b/htdocs/includes/modules/member/labels/modules_labels.php
index 773772d3823..c375ed8ac5c 100644
--- a/htdocs/includes/modules/member/labels/modules_labels.php
+++ b/htdocs/includes/modules/member/labels/modules_labels.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/member/labels/modules_labels.php
* \ingroup member
* \brief File of parent class of document generator for members labels sheets.
- * \version $Id$
+ * \version $Id: modules_labels.php,v 1.2 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php b/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php
index 46c7b063b18..40b0f4f23ad 100644
--- a/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php
+++ b/htdocs/includes/modules/member/labels/pdf_standardlabel.class.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 .
*/
/* Inspire de PDF_Label
@@ -61,7 +60,7 @@
* \author Laurent Passebecq
* \author Rodolphe Quiedville
* \author Jean Louis Bergamo.
- * \version $Id$
+ * \version $Id: pdf_standardlabel.class.php,v 1.13 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/modAdherent.class.php b/htdocs/includes/modules/modAdherent.class.php
index b17d5742b5d..1b82f89f67a 100644
--- a/htdocs/includes/modules/modAdherent.class.php
+++ b/htdocs/includes/modules/modAdherent.class.php
@@ -16,8 +16,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 .
*/
/**
@@ -29,7 +28,7 @@
* \file htdocs/includes/modules/modAdherent.class.php
* \ingroup member
* \brief File descriptor or module Member
- * \version $Id$
+ * \version $Id: modAdherent.class.php,v 1.87 2011/07/31 23:28:11 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modAgenda.class.php b/htdocs/includes/modules/modAgenda.class.php
index 3a01b9f50da..b187f68a1c7 100644
--- a/htdocs/includes/modules/modAgenda.class.php
+++ b/htdocs/includes/modules/modAgenda.class.php
@@ -17,14 +17,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 .
*/
/**
* \defgroup agenda Module agenda
* \brief Module pour gerer l'agenda et actions
- * \brief $Id$
+ * \brief $Id: modAgenda.class.php,v 1.39 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modBanque.class.php b/htdocs/includes/modules/modBanque.class.php
index 7cd88ca981d..261b5f3a48f 100644
--- a/htdocs/includes/modules/modBanque.class.php
+++ b/htdocs/includes/modules/modBanque.class.php
@@ -16,13 +16,12 @@
* 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 .
*/
/** \defgroup banque Module bank
* \brief Module pour gerer la tenue d'un compte bancaire et rapprochements
- * \version $Id$
+ * \version $Id: modBanque.class.php,v 1.65 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modBarcode.class.php b/htdocs/includes/modules/modBarcode.class.php
index 4a93925d7ff..216c4363a8a 100644
--- a/htdocs/includes/modules/modBarcode.class.php
+++ b/htdocs/includes/modules/modBarcode.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup barcode Module barcode
* \brief Module pour gerer les codes barres
- * \version $Id$
+ * \version $Id: modBarcode.class.php,v 1.28 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modBookmark.class.php b/htdocs/includes/modules/modBookmark.class.php
index d86b8f3a523..7c8fd6d1ec6 100644
--- a/htdocs/includes/modules/modBookmark.class.php
+++ b/htdocs/includes/modules/modBookmark.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup bookmark Module bookmarks
* \brief Module to manage Bookmarks
- * \version $Id$
+ * \version $Id: modBookmark.class.php,v 1.26 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modBoutique.class.php b/htdocs/includes/modules/modBoutique.class.php
index 6d7d40e9437..3acc326ecc5 100644
--- a/htdocs/includes/modules/modBoutique.class.php
+++ b/htdocs/includes/modules/modBoutique.class.php
@@ -15,14 +15,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 .
*/
/**
* \defgroup oscommerce Module oscommerce
* \brief Module pour gerer une boutique et interface avec OSCommerce
- * \version $Id$
+ * \version $Id: modBoutique.class.php,v 1.39 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php
index 57667425bde..73101b8ca7a 100644
--- a/htdocs/includes/modules/modCashDesk.class.php
+++ b/htdocs/includes/modules/modCashDesk.class.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 .
*/
/**
* \defgroup pos Module points of sale
* \brief Module to manage points of sale
- * \version $Id: modCashDesk.class.php,v 1.25 2011/06/29 22:41:49 eldy Exp $
+ * \version $Id: modCashDesk.class.php,v 1.26 2011/07/31 23:28:12 eldy Exp $
*/
/**
@@ -55,7 +54,7 @@ class modCashDesk extends DolibarrModules
$this->name = preg_replace('/^mod/i','',get_class($this));
$this->description = "CashDesk module";
- $this->revision = explode(' ','$Revision: 1.25 $');
+ $this->revision = explode(' ','$Revision: 1.26 $');
$this->version = 'dolibarr';
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
diff --git a/htdocs/includes/modules/modCategorie.class.php b/htdocs/includes/modules/modCategorie.class.php
index 5ead1e6b531..e808eec06a5 100644
--- a/htdocs/includes/modules/modCategorie.class.php
+++ b/htdocs/includes/modules/modCategorie.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup category Module categories
* \brief Module to manage categories
- * \version $Id$
+ * \version $Id: modCategorie.class.php,v 1.39 2011/07/31 23:28:09 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modClickToDial.class.php b/htdocs/includes/modules/modClickToDial.class.php
index f0e340a36ec..2d695d630b2 100644
--- a/htdocs/includes/modules/modClickToDial.class.php
+++ b/htdocs/includes/modules/modClickToDial.class.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 .
*/
/**
@@ -26,7 +25,7 @@
* \file htdocs/includes/modules/modClickToDial.class.php
* \ingroup clicktodial
* \brief Fichier de description et activation du module de click to Dial
- * \version $Id$
+ * \version $Id: modClickToDial.class.php,v 1.22 2011/07/31 23:28:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php
index 64a70c435f9..3ea748fc423 100644
--- a/htdocs/includes/modules/modCommande.class.php
+++ b/htdocs/includes/modules/modCommande.class.php
@@ -17,14 +17,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 .
*/
/**
* \defgroup commande Module orders
* \brief Module pour gerer le suivi des commandes
- * \version $Id$
+ * \version $Id: modCommande.class.php,v 1.81 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modComptabilite.class.php b/htdocs/includes/modules/modComptabilite.class.php
index b3c88311c7c..121fce7f7f9 100644
--- a/htdocs/includes/modules/modComptabilite.class.php
+++ b/htdocs/includes/modules/modComptabilite.class.php
@@ -15,13 +15,12 @@
* 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 .
*/
/** \defgroup comptabilite Module comptabilite
\brief Module pour inclure des fonctions de comptabilite (gestion de comptes comptables et rapports)
- \version $Id$
+ \version $Id: modComptabilite.class.php,v 1.57 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modContrat.class.php b/htdocs/includes/modules/modContrat.class.php
index 07a73d800a3..9c0ff9ccdf9 100644
--- a/htdocs/includes/modules/modContrat.class.php
+++ b/htdocs/includes/modules/modContrat.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup contrat Module contract
* \brief Module pour gerer la tenue de contrat de services
- * \version $Id$
+ * \version $Id: modContrat.class.php,v 1.41 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modDeplacement.class.php b/htdocs/includes/modules/modDeplacement.class.php
index d9972308ccb..da3d490edc4 100644
--- a/htdocs/includes/modules/modDeplacement.class.php
+++ b/htdocs/includes/modules/modDeplacement.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup deplacement Module trips
* \brief Module pour gerer les deplacements et notes de frais
- * \version $Id$
+ * \version $Id: modDeplacement.class.php,v 1.29 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modDon.class.php b/htdocs/includes/modules/modDon.class.php
index cfb2d71afe3..070b1b7c74b 100644
--- a/htdocs/includes/modules/modDon.class.php
+++ b/htdocs/includes/modules/modDon.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup don Module donation
* \brief Module pour gerer le suivi des dons
- * \version $Id$
+ * \version $Id: modDon.class.php,v 1.39 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modECM.class.php b/htdocs/includes/modules/modECM.class.php
index 371146989ec..979c02d5836 100644
--- a/htdocs/includes/modules/modECM.class.php
+++ b/htdocs/includes/modules/modECM.class.php
@@ -13,13 +13,12 @@
* 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 .
*/
/** \defgroup ecm Module ecm
* \brief Module for ECM (Electronic Content Management)
- * \version $Id$
+ * \version $Id: modECM.class.php,v 1.36 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modExport.class.php b/htdocs/includes/modules/modExport.class.php
index 523678eca7f..18b55fae9c2 100644
--- a/htdocs/includes/modules/modExport.class.php
+++ b/htdocs/includes/modules/modExport.class.php
@@ -13,13 +13,12 @@
* 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 .
*/
/** \defgroup export Module export
* \brief Module generique pour realiser des exports de donnees en base
- * \version $Id$
+ * \version $Id: modExport.class.php,v 1.17 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modExternalRss.class.php b/htdocs/includes/modules/modExternalRss.class.php
index a09ca28bfc5..2d11e7f7266 100644
--- a/htdocs/includes/modules/modExternalRss.class.php
+++ b/htdocs/includes/modules/modExternalRss.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup externalrss Module externalrss
* \brief Module pour inclure des informations externes RSS
- * \version $Id$
+ * \version $Id: modExternalRss.class.php,v 1.37 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modExternalSite.class.php b/htdocs/includes/modules/modExternalSite.class.php
index 6cc0e601952..0862d876777 100644
--- a/htdocs/includes/modules/modExternalSite.class.php
+++ b/htdocs/includes/modules/modExternalSite.class.php
@@ -14,13 +14,12 @@
* 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 .
*/
/** \defgroup externalsite Module externalsite
\brief Module to include an external web site/tools into Dolibarr menu and into a frame page.
- \version $Id$
+ \version $Id: modExternalSite.class.php,v 1.3 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modFTP.class.php b/htdocs/includes/modules/modFTP.class.php
index ea6236cda7b..e3c0127f1b1 100644
--- a/htdocs/includes/modules/modFTP.class.php
+++ b/htdocs/includes/modules/modFTP.class.php
@@ -13,13 +13,12 @@
* 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 .
*/
/** \defgroup ftp Module FTP
* \brief Module for FTP client module
- * \version $Id$
+ * \version $Id: modFTP.class.php,v 1.10 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php
index 51c17d203df..9eb1a11a5d3 100644
--- a/htdocs/includes/modules/modFacture.class.php
+++ b/htdocs/includes/modules/modFacture.class.php
@@ -16,14 +16,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 .
*/
/**
* \defgroup facture Module invoices
* \brief Module pour gerer les factures clients et/ou fournisseurs
- * \version $Id$
+ * \version $Id: modFacture.class.php,v 1.115 2011/07/31 23:28:10 eldy Exp $
*/
diff --git a/htdocs/includes/modules/modFckeditor.class.php b/htdocs/includes/modules/modFckeditor.class.php
index 57d75a44351..0f3e7364a6a 100644
--- a/htdocs/includes/modules/modFckeditor.class.php
+++ b/htdocs/includes/modules/modFckeditor.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup fckeditor Module fckeditor
* \brief Module pour mettre en page les zones de saisie de texte
- * \version $Id$
+ * \version $Id: modFckeditor.class.php,v 1.21 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modFournisseur.class.php b/htdocs/includes/modules/modFournisseur.class.php
index 0ec7274044b..c4f254d9c4e 100644
--- a/htdocs/includes/modules/modFournisseur.class.php
+++ b/htdocs/includes/modules/modFournisseur.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup fournisseur Module suppliers
* \brief Module pour gerer des societes et contacts de type fournisseurs
- * \version $Id$
+ * \version $Id: modFournisseur.class.php,v 1.95 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modGeoIPMaxmind.class.php b/htdocs/includes/modules/modGeoIPMaxmind.class.php
index 7b8fb029d27..39d3059bd53 100644
--- a/htdocs/includes/modules/modGeoIPMaxmind.class.php
+++ b/htdocs/includes/modules/modGeoIPMaxmind.class.php
@@ -12,13 +12,12 @@
* 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 .
*/
/** \defgroup geoip Module GeoIP
* \brief Module to make geoip conversions
- * \version $Id$
+ * \version $Id: modGeoIPMaxmind.class.php,v 1.6 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modGravatar.class.php b/htdocs/includes/modules/modGravatar.class.php
index 8240e96e469..6902b3b0b16 100644
--- a/htdocs/includes/modules/modGravatar.class.php
+++ b/htdocs/includes/modules/modGravatar.class.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 .
*/
/** \defgroup gravatar Module gravatar
@@ -25,7 +24,7 @@
* \file htdocs/includes/modules/modGravatar.class.php
* \ingroup gravatar
* \brief Description and activation file for module Gravatar
- * \version $Id$
+ * \version $Id: modGravatar.class.php,v 1.10 2011/07/31 23:28:12 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modImport.class.php b/htdocs/includes/modules/modImport.class.php
index 2e51a01c807..dd9f8e3ad7d 100644
--- a/htdocs/includes/modules/modImport.class.php
+++ b/htdocs/includes/modules/modImport.class.php
@@ -13,13 +13,12 @@
* 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 .
*/
/** \defgroup import Module import
* \brief Module to make generic import of data into dolibarr database
- * \version $Id$
+ * \version $Id: modImport.class.php,v 1.21 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modLdap.class.php b/htdocs/includes/modules/modLdap.class.php
index a8158126919..a5b042af300 100644
--- a/htdocs/includes/modules/modLdap.class.php
+++ b/htdocs/includes/modules/modLdap.class.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 .
*/
/**
@@ -27,7 +26,7 @@
* \file htdocs/includes/modules/modLdap.class.php
* \ingroup ldap
* \brief Fichier de description et activation du module Ldap
- * \version $Id$
+ * \version $Id: modLdap.class.php,v 1.35 2011/07/31 23:28:12 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modMantis.class.php b/htdocs/includes/modules/modMantis.class.php
index 9895c2a9fc6..bcca85b6946 100644
--- a/htdocs/includes/modules/modMantis.class.php
+++ b/htdocs/includes/modules/modMantis.class.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 .
*/
/** \defgroup mantis Module mantis
@@ -25,7 +24,7 @@
\file htdocs/includes/modules/modMantis.class.php
\ingroup mantis
\brief Description and activation file for module Mantis
- \version $Id$
+ \version $Id: modMantis.class.php,v 1.16 2011/07/31 23:28:10 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modNotification.class.php b/htdocs/includes/modules/modNotification.class.php
index dc96477db54..f1f7a764541 100644
--- a/htdocs/includes/modules/modNotification.class.php
+++ b/htdocs/includes/modules/modNotification.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup notification Module email notification
* \brief Module pour gerer les notifications (par mail ou autre)
- * \version $Id$
+ * \version $Id: modNotification.class.php,v 1.15 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modPaybox.class.php b/htdocs/includes/modules/modPaybox.class.php
index ce586ac0177..f23934f6d5b 100644
--- a/htdocs/includes/modules/modPaybox.class.php
+++ b/htdocs/includes/modules/modPaybox.class.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 .
*/
/** \defgroup paybox Module paybox
@@ -25,7 +24,7 @@
* \file htdocs/includes/modules/modPaybox.class.php
* \ingroup paybox
* \brief Description and activation file for module Paybox
- * \version $Id$
+ * \version $Id: modPaybox.class.php,v 1.20 2011/07/31 23:28:11 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modPaypal.class.php b/htdocs/includes/modules/modPaypal.class.php
index 715886d2b50..79e748cec63 100644
--- a/htdocs/includes/modules/modPaypal.class.php
+++ b/htdocs/includes/modules/modPaypal.class.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 .
*/
/** \defgroup paypal Module paypal
@@ -26,7 +25,7 @@
* \file htdocs/includes/modules/modPaypal.class.php
* \ingroup paypal
* \brief Description and activation file for module Paypal
- * \version $Id$
+ * \version $Id: modPaypal.class.php,v 1.12 2011/07/31 23:28:12 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php
index 059c6ca4d80..cfa5caed448 100644
--- a/htdocs/includes/modules/modPrelevement.class.php
+++ b/htdocs/includes/modules/modPrelevement.class.php
@@ -15,14 +15,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 .
*/
/**
* \defgroup prelevement Module prelevement
* \brief Module de gestion des prelevements bancaires
- * \version $Id$
+ * \version $Id: modPrelevement.class.php,v 1.42 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modProduct.class.php b/htdocs/includes/modules/modProduct.class.php
index 360e5a518c1..3c38ded4c84 100644
--- a/htdocs/includes/modules/modProduct.class.php
+++ b/htdocs/includes/modules/modProduct.class.php
@@ -16,14 +16,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 .
*/
/**
* \defgroup produit Module products
* \brief Module pour gerer le suivi de produits predefinis
- * \version $Id$
+ * \version $Id: modProduct.class.php,v 1.13 2011/07/31 23:28:12 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modProjet.class.php b/htdocs/includes/modules/modProjet.class.php
index 7da6f774870..d35814ac94c 100644
--- a/htdocs/includes/modules/modProjet.class.php
+++ b/htdocs/includes/modules/modProjet.class.php
@@ -16,14 +16,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 .
*/
/**
* \defgroup projet Module project
* \brief Module to create projects/tasks/gantt diagram. Projects can them be affected to tasks.
- * \version $Id$
+ * \version $Id: modProjet.class.php,v 1.43 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php
index 698982e0622..9d93d70cb45 100644
--- a/htdocs/includes/modules/modPropale.class.php
+++ b/htdocs/includes/modules/modPropale.class.php
@@ -16,8 +16,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 .
*/
/**
@@ -29,7 +28,7 @@
* \file htdocs/includes/modules/modPropale.class.php
* \ingroup propale
* \brief Fichier de description et activation du module Propale
- * \version $Id$
+ * \version $Id: modPropale.class.php,v 1.78 2011/07/31 23:28:11 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
diff --git a/htdocs/includes/modules/modService.class.php b/htdocs/includes/modules/modService.class.php
index 7a0a51ec6e8..18ef64894f1 100644
--- a/htdocs/includes/modules/modService.class.php
+++ b/htdocs/includes/modules/modService.class.php
@@ -16,10 +16,9 @@
* 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 .
*
- * $Id$
+ * $Id: modService.class.php,v 1.51 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modSociete.class.php b/htdocs/includes/modules/modSociete.class.php
index 373b3ba3a5c..6adaa84391d 100644
--- a/htdocs/includes/modules/modSociete.class.php
+++ b/htdocs/includes/modules/modSociete.class.php
@@ -16,14 +16,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 .
*/
/**
* \defgroup societe Module societe
* \brief Module to manage third parties (customers, prospects)
- * \version $Id: modSociete.class.php,v 1.118 2011/07/01 23:07:26 eldy Exp $
+ * \version $Id: modSociete.class.php,v 1.119 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modStock.class.php b/htdocs/includes/modules/modStock.class.php
index 2a6aff8a3f1..d8aab3caea5 100644
--- a/htdocs/includes/modules/modStock.class.php
+++ b/htdocs/includes/modules/modStock.class.php
@@ -14,14 +14,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 .
*/
/**
* \defgroup stock Module stocks
* \brief Module pour gerer la tenue de stocks produits
- * \version $Id$
+ * \version $Id: modStock.class.php,v 1.36 2011/07/31 23:28:11 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modSyslog.class.php b/htdocs/includes/modules/modSyslog.class.php
index 58322541dc6..f5445198513 100644
--- a/htdocs/includes/modules/modSyslog.class.php
+++ b/htdocs/includes/modules/modSyslog.class.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/includes/modules/modUser.class.php b/htdocs/includes/modules/modUser.class.php
index c7284b0697d..e3c055bc212 100644
--- a/htdocs/includes/modules/modUser.class.php
+++ b/htdocs/includes/modules/modUser.class.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 .
*/
/**
diff --git a/htdocs/includes/modules/modWebServices.class.php b/htdocs/includes/modules/modWebServices.class.php
index 1b46f951ed4..14753f19a95 100644
--- a/htdocs/includes/modules/modWebServices.class.php
+++ b/htdocs/includes/modules/modWebServices.class.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 .
*/
/**
* \defgroup webservices Module webservices
* \brief Module to enable the Dolibarr server of web services
- * \brief $Id$
+ * \brief $Id: modWebServices.class.php,v 1.7 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/modWorkflow.class.php b/htdocs/includes/modules/modWorkflow.class.php
index 7945634a1c9..42780551928 100644
--- a/htdocs/includes/modules/modWorkflow.class.php
+++ b/htdocs/includes/modules/modWorkflow.class.php
@@ -13,14 +13,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 .
*/
/**
* \defgroup workflow Module workflow
* \brief Workflow management
- * \version $Id$
+ * \version $Id: modWorkflow.class.php,v 1.10 2011/07/31 23:28:10 eldy Exp $
*/
/**
diff --git a/htdocs/includes/modules/project/mod_project_simple.php b/htdocs/includes/modules/project/mod_project_simple.php
index a5def662410..d701e142e4d 100644
--- a/htdocs/includes/modules/project/mod_project_simple.php
+++ b/htdocs/includes/modules/project/mod_project_simple.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/project/mod_project_simple.php
* \ingroup project
* \brief File with class to manage the numbering module Simple for project references
- * \version $Id$
+ * \version $Id: mod_project_simple.php,v 1.6 2011/07/31 23:28:09 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/project/modules_project.php");
diff --git a/htdocs/includes/modules/project/mod_project_universal.php b/htdocs/includes/modules/project/mod_project_universal.php
index 7df265565f2..1b79f0bdcc1 100644
--- a/htdocs/includes/modules/project/mod_project_universal.php
+++ b/htdocs/includes/modules/project/mod_project_universal.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/project/mod_project_universal.php
* \ingroup project
* \brief Fichier contenant la classe du modele de numerotation de reference de projet Universal
- * \version $Id$
+ * \version $Id: mod_project_universal.php,v 1.4 2011/07/31 23:28:09 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/project/modules_project.php");
diff --git a/htdocs/includes/modules/project/modules_project.php b/htdocs/includes/modules/project/modules_project.php
index 868ddf3a3f9..983418c0854 100644
--- a/htdocs/includes/modules/project/modules_project.php
+++ b/htdocs/includes/modules/project/modules_project.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup project
* \brief File that contain parent class for projects models
* and parent class for projects numbering models
- * \version $Id$
+ * \version $Id: modules_project.php,v 1.12 2011/07/31 23:28:09 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php b/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php
index a8483b52240..fb253da1e8f 100644
--- a/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php
+++ b/htdocs/includes/modules/project/pdf/pdf_baleine.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup project
* \brief Fichier de la classe permettant de generer les projets au modele Baleine
* \author Regis Houssin
- * \version $Id$
+ * \version $Id: pdf_baleine.modules.php,v 1.39 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/project/modules_project.php");
diff --git a/htdocs/includes/modules/propale/mod_propale_marbre.php b/htdocs/includes/modules/propale/mod_propale_marbre.php
index 10064267c70..3e2ef70cb12 100644
--- a/htdocs/includes/modules/propale/mod_propale_marbre.php
+++ b/htdocs/includes/modules/propale/mod_propale_marbre.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/propale/mod_propale_marbre.php
* \ingroup propale
* \brief File of class to manage commercial proposal numbering rules Marbre
- * \version $Id$
+ * \version $Id: mod_propale_marbre.php,v 1.28 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
diff --git a/htdocs/includes/modules/propale/mod_propale_saphir.php b/htdocs/includes/modules/propale/mod_propale_saphir.php
index 4c78a7134c9..957a57c0126 100644
--- a/htdocs/includes/modules/propale/mod_propale_saphir.php
+++ b/htdocs/includes/modules/propale/mod_propale_saphir.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
\file htdocs/includes/modules/propale/mod_propale_saphir.php
\ingroup propale
\brief File that contains the numbering module rules Saphir
- \version $Id$
+ \version $Id: mod_propale_saphir.php,v 1.28 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
diff --git a/htdocs/includes/modules/propale/modules_propale.php b/htdocs/includes/modules/propale/modules_propale.php
index b4572034c3a..972db7bd3e8 100644
--- a/htdocs/includes/modules/propale/modules_propale.php
+++ b/htdocs/includes/modules/propale/modules_propale.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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \ingroup propale
* \brief Fichier contenant la classe mere de generation des propales en PDF
* et la classe mere de numerotation des propales
- * \version $Id: modules_propale.php,v 1.62 2011/07/04 10:35:49 hregis Exp $
+ * \version $Id: modules_propale.php,v 1.63 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
diff --git a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php
index c39973fd7a8..f0803e92621 100644
--- a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php
+++ b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \ingroup propale
* \brief Fichier de la classe permettant de generer les propales au modele Azur
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: pdf_propale_azur.modules.php,v 1.243 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/propale/modules_propale.php");
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
diff --git a/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php b/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
index a00ed488846..4014979dae0 100644
--- a/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
+++ b/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
* \ingroup propale
* \brief Fichier de la classe permettant de generer les propales au modele Jaune
- * \version $Id$
+ * \version $Id: pdf_propale_jaune.modules.php,v 1.117 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
diff --git a/htdocs/includes/modules/rapport/pdf_paiement.class.php b/htdocs/includes/modules/rapport/pdf_paiement.class.php
index 79bcae814e3..51fd1d8b23b 100644
--- a/htdocs/includes/modules/rapport/pdf_paiement.class.php
+++ b/htdocs/includes/modules/rapport/pdf_paiement.class.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/rapport/pdf_paiement.class.php
* \ingroup banque
* \brief File to build payment reports
- * \version $Id$
+ * \version $Id: pdf_paiement.class.php,v 1.64 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/security/generate/modGeneratePassNone.class.php b/htdocs/includes/modules/security/generate/modGeneratePassNone.class.php
index e3a1d8acbcf..26e7cb02953 100644
--- a/htdocs/includes/modules/security/generate/modGeneratePassNone.class.php
+++ b/htdocs/includes/modules/security/generate/modGeneratePassNone.class.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/security/generate/modGeneratePassNone.class.php
* \ingroup core
* \brief File to manage no password generation.
- * \version $Id$
+ * \version $Id: modGeneratePassNone.class.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/security/generate/modules_genpassword.php");
diff --git a/htdocs/includes/modules/security/generate/modGeneratePassStandard.class.php b/htdocs/includes/modules/security/generate/modGeneratePassStandard.class.php
index 6437181d229..292bc4ff19a 100644
--- a/htdocs/includes/modules/security/generate/modGeneratePassStandard.class.php
+++ b/htdocs/includes/modules/security/generate/modGeneratePassStandard.class.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/security/generate/modGeneratePassStandard.class.php
* \ingroup core
* \brief File to manage password generation according to standard rule
- * \version $Id$
+ * \version $Id: modGeneratePassStandard.class.php,v 1.10 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/security/generate/modules_genpassword.php");
diff --git a/htdocs/includes/modules/security/generate/modules_genpassword.php b/htdocs/includes/modules/security/generate/modules_genpassword.php
index a326d8c40c0..c39d6e38d46 100644
--- a/htdocs/includes/modules/security/generate/modules_genpassword.php
+++ b/htdocs/includes/modules/security/generate/modules_genpassword.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/security/generate/modules_genpassword.php
* \ingroup core
* \brief File with parent class for password generating classes
- * \version $Id$
+ * \version $Id: modules_genpassword.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
diff --git a/htdocs/includes/modules/societe/doc/doc_generic_odt.modules.php b/htdocs/includes/modules/societe/doc/doc_generic_odt.modules.php
index 65e9a1ddd06..5cbad3302c7 100644
--- a/htdocs/includes/modules/societe/doc/doc_generic_odt.modules.php
+++ b/htdocs/includes/modules/societe/doc/doc_generic_odt.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \ingroup societe
* \brief File of class to build ODT documents for third parties
* \author Laurent Destailleur
- * \version $Id: doc_generic_odt.modules.php,v 1.32 2011/07/21 22:54:35 eldy Exp $
+ * \version $Id: doc_generic_odt.modules.php,v 1.33 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codeclient_elephant.php b/htdocs/includes/modules/societe/mod_codeclient_elephant.php
index 103f791a6af..a000c4f4cb8 100644
--- a/htdocs/includes/modules/societe/mod_codeclient_elephant.php
+++ b/htdocs/includes/modules/societe/mod_codeclient_elephant.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/societe/mod_codeclient_elephant.php
* \ingroup societe
* \brief File of class to manage third party code with elephant rule
- * \version $Id$
+ * \version $Id: mod_codeclient_elephant.php,v 1.15 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codeclient_leopard.php b/htdocs/includes/modules/societe/mod_codeclient_leopard.php
index 8a893403750..b0a22623423 100644
--- a/htdocs/includes/modules/societe/mod_codeclient_leopard.php
+++ b/htdocs/includes/modules/societe/mod_codeclient_leopard.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/societe/mod_codeclient_leopard.php
* \ingroup societe
* \brief Fichier de la classe des gestion leopard des codes clients
- * \version $Id$
+ * \version $Id: mod_codeclient_leopard.php,v 1.17 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codeclient_monkey.php b/htdocs/includes/modules/societe/mod_codeclient_monkey.php
index 12bea62c76c..c5735dd63e0 100644
--- a/htdocs/includes/modules/societe/mod_codeclient_monkey.php
+++ b/htdocs/includes/modules/societe/mod_codeclient_monkey.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/societe/mod_codeclient_monkey.php
* \ingroup societe
* \brief Fichier de la classe des gestion lion des codes clients
- * \version $Id$
+ * \version $Id: mod_codeclient_monkey.php,v 1.11 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codecompta_aquarium.php b/htdocs/includes/modules/societe/mod_codecompta_aquarium.php
index 26cc3507633..983a6835752 100644
--- a/htdocs/includes/modules/societe/mod_codecompta_aquarium.php
+++ b/htdocs/includes/modules/societe/mod_codecompta_aquarium.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
\file htdocs/includes/modules/societe/mod_codecompta_aquarium.php
\ingroup societe
\brief Fichier de la classe des gestion aquarium des codes compta des societes clientes
- \version $Id$
+ \version $Id: mod_codecompta_aquarium.php,v 1.17 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codecompta_digitaria.php b/htdocs/includes/modules/societe/mod_codecompta_digitaria.php
index bcd122b2268..b2a7b15a233 100644
--- a/htdocs/includes/modules/societe/mod_codecompta_digitaria.php
+++ b/htdocs/includes/modules/societe/mod_codecompta_digitaria.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
\file htdocs/includes/modules/societe/mod_codecompta_digitaria.php
\ingroup societe
\brief Fichier de la classe des gestion digitaria des codes compta des societes clientes
- \version $Id$
+ \version $Id: mod_codecompta_digitaria.php,v 1.8 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/mod_codecompta_panicum.php b/htdocs/includes/modules/societe/mod_codecompta_panicum.php
index 394d1b1333c..ea8a5ff5092 100644
--- a/htdocs/includes/modules/societe/mod_codecompta_panicum.php
+++ b/htdocs/includes/modules/societe/mod_codecompta_panicum.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/societe/mod_codecompta_panicum.php
* \ingroup societe
* \brief Fichier de la classe des gestion panicum des codes compta des societes clientes
- * \version $Id$
+ * \version $Id: mod_codecompta_panicum.php,v 1.8 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/societe/modules_societe.class.php");
diff --git a/htdocs/includes/modules/societe/modules_societe.class.php b/htdocs/includes/modules/societe/modules_societe.class.php
index 02a0df5847b..4986daba8d2 100644
--- a/htdocs/includes/modules/societe/modules_societe.class.php
+++ b/htdocs/includes/modules/societe/modules_societe.class.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/societe/modules_societe.class.php
* \ingroup societe
* \brief Fichier contenant la classe mere de module de generation societes
- * \version $Id$
+ * \version $Id: modules_societe.class.php,v 1.28 2011/07/31 23:28:14 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
diff --git a/htdocs/includes/modules/supplier_invoice/modules_facturefournisseur.php b/htdocs/includes/modules/supplier_invoice/modules_facturefournisseur.php
index 9c78596cee1..2f9394d2c52 100755
--- a/htdocs/includes/modules/supplier_invoice/modules_facturefournisseur.php
+++ b/htdocs/includes/modules/supplier_invoice/modules_facturefournisseur.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/includes/modules/supplier_invoice/modules_facturefournisseur.php
* \ingroup facture fourniseur
* \brief File that contain parent class for supplier invoices models
- * \version $Id$
+ * \version $Id: modules_facturefournisseur.php,v 1.9 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/supplier_invoice/pdf/pdf_canelle.modules.php b/htdocs/includes/modules/supplier_invoice/pdf/pdf_canelle.modules.php
index 3fdb683e06f..91e94490f7c 100755
--- a/htdocs/includes/modules/supplier_invoice/pdf/pdf_canelle.modules.php
+++ b/htdocs/includes/modules/supplier_invoice/pdf/pdf_canelle.modules.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/supplier_invoice/pdf/pdf_canelle.modules.php
* \ingroup fournisseur
* \brief Class file to generate the supplier invoices with the canelle model
- * \version $Id$
+ * \version $Id: pdf_canelle.modules.php,v 1.35 2011/07/31 23:28:18 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/supplier_invoice/modules_facturefournisseur.php");
diff --git a/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_muguet.php b/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_muguet.php
index f9f4a16db5e..cb8af845411 100644
--- a/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_muguet.php
+++ b/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_muguet.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/includes/modules/supplier_order/mod_commande_fournisseur_muguet.php
* \ingroup commande
* \brief Fichier contenant la classe du modele de numerotation de reference de commande fournisseur Muguet
- * \version $Id$
+ * \version $Id: mod_commande_fournisseur_muguet.php,v 1.8 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/supplier_order/modules_commandefournisseur.php");
diff --git a/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_orchidee.php b/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_orchidee.php
index 7a5e68670dc..c0d09c2ca29 100644
--- a/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_orchidee.php
+++ b/htdocs/includes/modules/supplier_order/mod_commande_fournisseur_orchidee.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/includes/modules/supplier_order/mod_commande_fournisseur_orchidee.php
* \ingroup commande
* \brief Fichier contenant la classe du modele de numerotation de reference de commande fournisseur Orchidee
- * \version $Id$
+ * \version $Id: mod_commande_fournisseur_orchidee.php,v 1.9 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/supplier_order/modules_commandefournisseur.php");
diff --git a/htdocs/includes/modules/supplier_order/modules_commandefournisseur.php b/htdocs/includes/modules/supplier_order/modules_commandefournisseur.php
index 5bace6adcdb..a4e39b8a906 100644
--- a/htdocs/includes/modules/supplier_order/modules_commandefournisseur.php
+++ b/htdocs/includes/modules/supplier_order/modules_commandefournisseur.php
@@ -17,8 +17,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 .
* or see http://www.gnu.org/
*/
@@ -27,7 +26,7 @@
* \ingroup commande
* \brief File that contain parent class for supplier orders models
* and parent class for supplier orders numbering models
- * \version $Id$
+ * \version $Id: modules_commandefournisseur.php,v 1.22 2011/07/31 23:28:17 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php');
diff --git a/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php b/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php
index ed520033d75..d856f6eb4d8 100644
--- a/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php
+++ b/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php
* \ingroup fournisseur
* \brief Fichier de la classe permettant de generer les commandes fournisseurs au modele Muscadet
- * \version $Id$
+ * \version $Id: pdf_muscadet.modules.php,v 1.87 2011/07/31 23:28:13 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/includes/modules/supplier_order/modules_commandefournisseur.php");
diff --git a/htdocs/includes/triggers/interface_all_Demo.class.php-NORUN b/htdocs/includes/triggers/interface_all_Demo.class.php-NORUN
index 9ebf230b874..998fa45b7a0 100644
--- a/htdocs/includes/triggers/interface_all_Demo.class.php-NORUN
+++ b/htdocs/includes/triggers/interface_all_Demo.class.php-NORUN
@@ -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 .
*/
/**
@@ -28,7 +27,7 @@
* - Le nom de la classe doit etre InterfaceMytrigger
* - Le nom de la methode constructeur doit etre InterfaceMytrigger
* - Le nom de la propriete name doit etre Mytrigger
- * \version $Id: interface_all_Demo.class.php-NORUN,v 1.29 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_all_Demo.class.php-NORUN,v 1.30 2011/07/31 23:29:46 eldy Exp $
*/
diff --git a/htdocs/includes/triggers/interface_all_Logevents.class.php b/htdocs/includes/triggers/interface_all_Logevents.class.php
index f6b93f30b91..c0050318cb2 100644
--- a/htdocs/includes/triggers/interface_all_Logevents.class.php
+++ b/htdocs/includes/triggers/interface_all_Logevents.class.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/includes/triggers/interface_all_Logevents.class.php
* \ingroup core
* \brief Trigger file for
- * \version $Id: interface_all_Logevents.class.php,v 1.22 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_all_Logevents.class.php,v 1.23 2011/07/31 23:29:45 eldy Exp $
*/
diff --git a/htdocs/includes/triggers/interface_modAgenda_ActionsAuto.class.php b/htdocs/includes/triggers/interface_modAgenda_ActionsAuto.class.php
index 5dced7f834f..de668c26a2a 100644
--- a/htdocs/includes/triggers/interface_modAgenda_ActionsAuto.class.php
+++ b/htdocs/includes/triggers/interface_modAgenda_ActionsAuto.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/includes/triggers/interface_modAgenda_ActionsAuto.class.php
* \ingroup agenda
* \brief Trigger file for agenda module
- * \version $Id: interface_modAgenda_ActionsAuto.class.php,v 1.35 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_modAgenda_ActionsAuto.class.php,v 1.36 2011/07/31 23:29:46 eldy Exp $
*/
diff --git a/htdocs/includes/triggers/interface_modLdap_Ldapsynchro.class.php b/htdocs/includes/triggers/interface_modLdap_Ldapsynchro.class.php
index 2eddf0743b5..db210aa2e33 100644
--- a/htdocs/includes/triggers/interface_modLdap_Ldapsynchro.class.php
+++ b/htdocs/includes/triggers/interface_modLdap_Ldapsynchro.class.php
@@ -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/includes/triggers/interface_modLdap_Ldapsynchro.class.php
* \ingroup core
* \brief Fichier de gestion des triggers LDAP
- * \version $Id: interface_modLdap_Ldapsynchro.class.php,v 1.19 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_modLdap_Ldapsynchro.class.php,v 1.20 2011/07/31 23:29:46 eldy Exp $
*/
require_once (DOL_DOCUMENT_ROOT."/lib/ldap.class.php");
diff --git a/htdocs/includes/triggers/interface_modNotification_Notification.class.php b/htdocs/includes/triggers/interface_modNotification_Notification.class.php
index 1beddcdd750..175bee38fed 100644
--- a/htdocs/includes/triggers/interface_modNotification_Notification.class.php
+++ b/htdocs/includes/triggers/interface_modNotification_Notification.class.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/includes/triggers/interface_modNotification_Notification.class.php
* \ingroup notification
* \brief File of class of triggers for notification module
- * \version $Id: interface_modNotification_Notification.class.php,v 1.25 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_modNotification_Notification.class.php,v 1.26 2011/07/31 23:29:45 eldy Exp $
*/
diff --git a/htdocs/includes/triggers/interface_modPaypal_PaypalWorkflow.class.php b/htdocs/includes/triggers/interface_modPaypal_PaypalWorkflow.class.php
index 5df064f29d1..65091bd3338 100644
--- a/htdocs/includes/triggers/interface_modPaypal_PaypalWorkflow.class.php
+++ b/htdocs/includes/triggers/interface_modPaypal_PaypalWorkflow.class.php
@@ -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/includes/triggers/interface_modPaypal_PaypalWorkflow.class.php
* \ingroup paypal
* \brief Trigger file for paypal workflow
- * \version $Id: interface_modPaypal_PaypalWorkflow.class.php,v 1.7 2011/07/08 15:43:54 eldy Exp $
+ * \version $Id: interface_modPaypal_PaypalWorkflow.class.php,v 1.8 2011/07/31 23:29:46 eldy Exp $
*/
diff --git a/htdocs/includes/triggers/interface_modWorkflow_WorkflowManager.class.php b/htdocs/includes/triggers/interface_modWorkflow_WorkflowManager.class.php
index c9adba34d05..61b21f3b761 100755
--- a/htdocs/includes/triggers/interface_modWorkflow_WorkflowManager.class.php
+++ b/htdocs/includes/triggers/interface_modWorkflow_WorkflowManager.class.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/includes/triggers/interface_modWorkflow_WorkflowManager.class.php
* \ingroup core
* \brief Trigger file for workflows
- * \version $Id: interface_modWorkflow_WorkflowManager.class.php,v 1.7 2011/07/18 01:06:52 eldy Exp $
+ * \version $Id: interface_modWorkflow_WorkflowManager.class.php,v 1.8 2011/07/31 23:29:45 eldy Exp $
*/
diff --git a/htdocs/index.php b/htdocs/index.php
index 5998094d362..f027e94a35a 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -14,14 +14,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/index.php
* \brief Dolibarr home page
- * \version $Id: index.php,v 1.199 2011/07/30 10:23:24 eldy Exp $
+ * \version $Id: index.php,v 1.200 2011/07/31 23:19:05 eldy Exp $
*/
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
@@ -574,7 +573,7 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING))
$db->close();
-llxFooter('$Date: 2011/07/30 10:23:24 $ - $Revision: 1.199 $');
+llxFooter('$Date: 2011/07/31 23:19:05 $ - $Revision: 1.200 $');
/**
diff --git a/htdocs/install/check.php b/htdocs/install/check.php
index 3724ef23d95..9b19d9793fc 100644
--- a/htdocs/install/check.php
+++ b/htdocs/install/check.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/install/check.php
* \ingroup install
* \brief Test if file conf can be modified and if does not exists, test if install process can create it
- * \version $Id: check.php,v 1.86 2011/07/30 14:56:43 eldy Exp $
+ * \version $Id: check.php,v 1.87 2011/07/31 23:26:19 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/etape0.php b/htdocs/install/etape0.php
index 20ef1080e85..737e16cc10c 100644
--- a/htdocs/install/etape0.php
+++ b/htdocs/install/etape0.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/install/etape0.php
* \ingroup install
* \brief Show and ask charset for database
- * \version $Id: etape0.php,v 1.41 2011/07/30 14:56:43 eldy Exp $
+ * \version $Id: etape0.php,v 1.42 2011/07/31 23:26:25 eldy Exp $
*/
define('DONOTLOADCONF',1); // To avoid loading conf by file inc.php
diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php
index 5d7fca530f2..c9713870c22 100644
--- a/htdocs/install/etape1.php
+++ b/htdocs/install/etape1.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/install/etape1.php
* \ingroup install
* \brief Build conf file on disk
- * \version $Id: etape1.php,v 1.135 2011/07/30 14:56:42 eldy Exp $
+ * \version $Id: etape1.php,v 1.136 2011/07/31 23:26:18 eldy Exp $
*/
define('DONOTLOADCONF',1); // To avoid loading conf by file inc.php
diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php
index d7df4ac6929..e7b45a476f1 100644
--- a/htdocs/install/etape2.php
+++ b/htdocs/install/etape2.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/install/etape2.php
* \ingroup install
* \brief Create tables, primary keys, foreign keys, indexes and functions into database and then load reference data
- * \version $Id: etape2.php,v 1.105 2011/07/30 14:56:43 eldy Exp $
+ * \version $Id: etape2.php,v 1.106 2011/07/31 23:26:19 eldy Exp $
*/
include("./inc.php");
diff --git a/htdocs/install/etape4.php b/htdocs/install/etape4.php
index 9a0dd0fcc43..62e0a4a90cf 100644
--- a/htdocs/install/etape4.php
+++ b/htdocs/install/etape4.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/install/etape4.php
* \ingroup install
* \brief Ask login and password of Dolibarr admin user
- * \version $Id: etape4.php,v 1.37 2011/07/30 14:56:43 eldy Exp $
+ * \version $Id: etape4.php,v 1.38 2011/07/31 23:26:26 eldy Exp $
*/
diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php
index 0037190af06..50fa9904890 100644
--- a/htdocs/install/etape5.php
+++ b/htdocs/install/etape5.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/install/etape5.php
* \ingroup install
* \brief Last page of upgrade or install process
- * \version $Id: etape5.php,v 1.106 2011/07/31 13:28:45 eldy Exp $
+ * \version $Id: etape5.php,v 1.107 2011/07/31 23:26:19 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php
index 6d19b01e197..2e0fccb0051 100644
--- a/htdocs/install/fileconf.php
+++ b/htdocs/install/fileconf.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/install/fileconf.php
* \ingroup install
* \brief Ask all informations required to build Dolibarr htdocs/conf/conf.php file (will be wrote on disk on next page)
- * \version $Id: fileconf.php,v 1.93 2011/07/30 14:56:43 eldy Exp $
+ * \version $Id: fileconf.php,v 1.94 2011/07/31 23:26:27 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php
index 3050d37833c..223a2eb6d92 100644
--- a/htdocs/install/inc.php
+++ b/htdocs/install/inc.php
@@ -15,14 +15,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/install/inc.php
* \ingroup core
* \brief File that define environment for install pages
- * \version $Id: inc.php,v 1.136 2011/07/30 10:23:25 eldy Exp $
+ * \version $Id: inc.php,v 1.137 2011/07/31 23:26:18 eldy Exp $
*/
define('DOL_VERSION','3.1.0-beta'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
@@ -75,10 +74,12 @@ $conffiletoshowshort = "conf.php";
# Define localization of conf file
$conffile = "../conf/conf.php";
$conffiletoshow = "htdocs/conf/conf.php";
-# For debian like systems
+$lockfile = '../../install.lock';
+# For debian/redhat like systems
#$conffile = "/etc/dolibarr/conf.php";
#$conffiletoshow = "/etc/dolibarr/conf.php";
-
+#$lockfile = '/etc/dolibarr/install.lock'; # Web has no permission to write here
+$lockfile = '../../install.lock';
if (! defined('DONOTLOADCONF') && file_exists($conffile))
{
@@ -178,7 +179,7 @@ if (preg_match('/install.lock/i',$_SERVER["SCRIPT_FILENAME"]))
}
exit;
}
-if (file_exists('../../install.lock'))
+if (file_exists($lockfile))
{
print 'Install pages have been disabled for security reason (by lock file install.lock into dolibarr root directory).
';
if (! empty($dolibarr_main_url_root))
diff --git a/htdocs/install/index.php b/htdocs/install/index.php
index 8153812b284..024da4b7c0e 100644
--- a/htdocs/install/index.php
+++ b/htdocs/install/index.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 .
*/
/**
@@ -22,7 +21,7 @@
* \ingroup install
* \brief Affichage page selection langue si premiere install.
* Si reinstall, passe directement a la page check.php
- * \version $Id$
+ * \version $Id: index.php,v 1.36 2011/07/31 23:26:19 eldy Exp $
*/
include_once("./inc.php");
include_once("../core/class/html.form.class.php");
diff --git a/htdocs/install/licence.php b/htdocs/install/licence.php
index c786f91346c..841136fff8b 100644
--- a/htdocs/install/licence.php
+++ b/htdocs/install/licence.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/install/licence.php
* \ingroup install
* \brief Page to show licence (Removed from install process to save time)
- * \version $Id: licence.php,v 1.20 2011/07/30 14:56:42 eldy Exp $
+ * \version $Id: licence.php,v 1.21 2011/07/31 23:26:22 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/phpinfo.php b/htdocs/install/phpinfo.php
index 731c2361f63..dbf19ec25ae 100644
--- a/htdocs/install/phpinfo.php
+++ b/htdocs/install/phpinfo.php
@@ -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/install/phpinfo.php
\ingroup install
\brief Affichage page phpinfo
- \version $Id$
+ \version $Id: phpinfo.php,v 1.4 2011/07/31 23:26:18 eldy Exp $
*/
phpinfo();
diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php
index 15513fa782a..7d3e0e5c73a 100644
--- a/htdocs/install/repair.php
+++ b/htdocs/install/repair.php
@@ -14,14 +14,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/install/repair.php
* \brief Run repair script
- * \version $Id$
+ * \version $Id: repair.php,v 1.11 2011/07/31 23:26:24 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php
index 2c68f71604a..58e0bf1bc0f 100644
--- a/htdocs/install/upgrade.php
+++ b/htdocs/install/upgrade.php
@@ -14,14 +14,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/install/upgrade.php
* \brief Run migration script
- * \version $Id$
+ * \version $Id: upgrade.php,v 1.74 2011/07/31 23:26:22 eldy Exp $
*/
include_once("./inc.php");
diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
index b588fe56702..9c4c3b41812 100644
--- a/htdocs/install/upgrade2.php
+++ b/htdocs/install/upgrade2.php
@@ -15,14 +15,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/install/upgrade2.php
* \brief Upgrade some data
- * \version $Id: upgrade2.php,v 1.186 2011/07/28 15:30:27 eldy Exp $
+ * \version $Id: upgrade2.php,v 1.187 2011/07/31 23:26:18 eldy Exp $
*/
include_once('./inc.php');
diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php
index 8dda1a9d93b..eedf4ec7d87 100644
--- a/htdocs/lib/CMailFile.class.php
+++ b/htdocs/lib/CMailFile.class.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*
* Lots of code inspired from Dan Potter's CMailFile class
@@ -25,7 +24,7 @@
/**
* \file htdocs/lib/CMailFile.class.php
* \brief File of class to send emails (with attachments or not)
- * \version $Id: CMailFile.class.php,v 1.147 2011/07/20 13:01:03 eldy Exp $
+ * \version $Id: CMailFile.class.php,v 1.148 2011/07/31 23:25:43 eldy Exp $
* \author Dan Potter.
* \author Eric Seigne
* \author Laurent Destailleur.
diff --git a/htdocs/lib/CSMSFile.class.php b/htdocs/lib/CSMSFile.class.php
index 4a78dcddf72..1ac2edcb54a 100755
--- a/htdocs/lib/CSMSFile.class.php
+++ b/htdocs/lib/CSMSFile.class.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*
* Lots of code inspired from Dan Potter's CSMSFile class
@@ -25,7 +24,7 @@
/**
* \file htdocs/lib/CSMSFile.class.php
* \brief File of class to send sms
- * \version $Id: CSMSFile.class.php,v 1.5 2011/07/07 22:17:21 eldy Exp $
+ * \version $Id: CSMSFile.class.php,v 1.6 2011/07/31 23:25:22 eldy Exp $
* \author Laurent Destailleur.
*/
diff --git a/htdocs/lib/accountancy.lib.php b/htdocs/lib/accountancy.lib.php
index 6ef49c8af6a..17ebf316f9a 100644
--- a/htdocs/lib/accountancy.lib.php
+++ b/htdocs/lib/accountancy.lib.php
@@ -13,14 +13,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/lib/accountancy.lib.php
* \brief Library of accountancy functions
- * \version $Id: accountancy.lib.php,v 1.2 2011/07/04 10:30:01 eldy Exp $
+ * \version $Id: accountancy.lib.php,v 1.3 2011/07/31 23:25:31 eldy Exp $
*/
/**
diff --git a/htdocs/lib/admin.lib.php b/htdocs/lib/admin.lib.php
index ff6f9d92e55..c2d47f668da 100644
--- a/htdocs/lib/admin.lib.php
+++ b/htdocs/lib/admin.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/admin.lib.php
* \brief Library of admin functions
- * \version $Id: admin.lib.php,v 1.97 2011/07/17 18:13:44 eldy Exp $
+ * \version $Id: admin.lib.php,v 1.98 2011/07/31 23:25:40 eldy Exp $
*/
@@ -468,7 +467,7 @@ function dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $not
/**
* \brief Define head array for tabs of security setup pages
* \return Array of head
- * \version $Id: admin.lib.php,v 1.97 2011/07/17 18:13:44 eldy Exp $
+ * \version $Id: admin.lib.php,v 1.98 2011/07/31 23:25:40 eldy Exp $
*/
function security_prepare_head()
{
diff --git a/htdocs/lib/agenda.lib.php b/htdocs/lib/agenda.lib.php
index d47b327541d..029959a620c 100644
--- a/htdocs/lib/agenda.lib.php
+++ b/htdocs/lib/agenda.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/agenda.lib.php
* \brief Set of function for the agenda module
- * \version $Id: agenda.lib.php,v 1.42 2011/07/22 06:51:30 simnandez Exp $
+ * \version $Id: agenda.lib.php,v 1.43 2011/07/31 23:25:33 eldy Exp $
*/
diff --git a/htdocs/lib/ajax.lib.php b/htdocs/lib/ajax.lib.php
index 7db1908bc49..55def736688 100644
--- a/htdocs/lib/ajax.lib.php
+++ b/htdocs/lib/ajax.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/ajax.lib.php
* \brief Page called by Ajax request for produts
- * \version $Id: ajax.lib.php,v 1.59 2011/07/28 18:57:23 eldy Exp $
+ * \version $Id: ajax.lib.php,v 1.60 2011/07/31 23:25:18 eldy Exp $
*/
diff --git a/htdocs/lib/antispamimage.php b/htdocs/lib/antispamimage.php
index dbf736fd561..73d12265ab2 100644
--- a/htdocs/lib/antispamimage.php
+++ b/htdocs/lib/antispamimage.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/antispamimage.php
* \brief Return antispam image
- * \version $Id$
+ * \version $Id: antispamimage.php,v 1.16 2011/07/31 23:25:15 eldy Exp $
*/
define('NOLOGIN',1);
diff --git a/htdocs/lib/antivir.class.php b/htdocs/lib/antivir.class.php
index 692591582b8..f0a19cd0a9f 100644
--- a/htdocs/lib/antivir.class.php
+++ b/htdocs/lib/antivir.class.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/antivir.class.php
* \brief File of class to scan viruses
- * \version $Id$
+ * \version $Id: antivir.class.php,v 1.8 2011/07/31 23:25:40 eldy Exp $
* \author Laurent Destailleur.
*/
diff --git a/htdocs/lib/bank.lib.php b/htdocs/lib/bank.lib.php
index 5374d9b964b..b98da9b9e98 100644
--- a/htdocs/lib/bank.lib.php
+++ b/htdocs/lib/bank.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
\file htdocs/lib/bank.lib.php
\brief Ensemble de fonctions de base pour le module banque
\ingroup banque
- \version $Id$
+ \version $Id: bank.lib.php,v 1.14 2011/07/31 23:25:13 eldy Exp $
Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/bookmark.lib.php b/htdocs/lib/bookmark.lib.php
index 710dad92b21..fa60813c577 100644
--- a/htdocs/lib/bookmark.lib.php
+++ b/htdocs/lib/bookmark.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/bookmark.lib.php
* \brief List of functions for bookmark module
- * \version $Id$
+ * \version $Id: bookmark.lib.php,v 1.6 2011/07/31 23:25:41 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/categories.lib.php b/htdocs/lib/categories.lib.php
index e3d99f899b6..e5b99b328d7 100644
--- a/htdocs/lib/categories.lib.php
+++ b/htdocs/lib/categories.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/lib/categories.lib.php
* \brief Ensemble de fonctions de base pour le module categorie
* \ingroup categorie
- * \version $Id$
+ * \version $Id: categories.lib.php,v 1.2 2011/07/31 23:26:02 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/company.lib.php b/htdocs/lib/company.lib.php
index 91fe7bfcfad..08da9d4e6ec 100644
--- a/htdocs/lib/company.lib.php
+++ b/htdocs/lib/company.lib.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/lib/company.lib.php
* \brief Ensemble de fonctions de base pour le module societe
* \ingroup societe
- * \version $Id: company.lib.php,v 1.122 2011/07/04 08:38:51 eldy Exp $
+ * \version $Id: company.lib.php,v 1.123 2011/07/31 23:25:41 eldy Exp $
*/
/**
diff --git a/htdocs/lib/contact.lib.php b/htdocs/lib/contact.lib.php
index 5f711e11a97..41b8a344540 100644
--- a/htdocs/lib/contact.lib.php
+++ b/htdocs/lib/contact.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/contact.lib.php
* \brief Ensemble de fonctions de base pour les contacts
- * \version $Id$
+ * \version $Id: contact.lib.php,v 1.10 2011/07/31 23:25:22 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/contract.lib.php b/htdocs/lib/contract.lib.php
index 023e28b4303..88d45e2305e 100644
--- a/htdocs/lib/contract.lib.php
+++ b/htdocs/lib/contract.lib.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 .
* or see http://www.gnu.org/
*/
/**
\file htdocs/lib/contract.lib.php
\brief Ensemble de fonctions de base pour le module contrat
- \version $Id$
+ \version $Id: contract.lib.php,v 1.9 2011/07/31 23:25:21 eldy Exp $
*/
function contract_prepare_head($object)
diff --git a/htdocs/lib/databases/mssql.lib.php b/htdocs/lib/databases/mssql.lib.php
index 3bc42a1fa4a..9328e2cb852 100644
--- a/htdocs/lib/databases/mssql.lib.php
+++ b/htdocs/lib/databases/mssql.lib.php
@@ -15,14 +15,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/lib/databases/mssql.lib.php
* \brief Fichier de la classe permettant de gerer une base mssql
- * \version $Id$
+ * \version $Id: mssql.lib.php,v 1.86 2011/07/31 23:26:03 eldy Exp $
*/
// Pour compatibilite lors de l'upgrade
diff --git a/htdocs/lib/databases/mysql.lib.php b/htdocs/lib/databases/mysql.lib.php
index 66f7c8e7661..bccac28c77e 100644
--- a/htdocs/lib/databases/mysql.lib.php
+++ b/htdocs/lib/databases/mysql.lib.php
@@ -16,14 +16,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/lib/databases/mysql.lib.php
* \brief Class file to manage Dolibarr database access for a Mysql database
- * \version $Id$
+ * \version $Id: mysql.lib.php,v 1.119 2011/07/31 23:26:03 eldy Exp $
*/
// For compatibility during upgrade
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '../..');
diff --git a/htdocs/lib/databases/mysqli.lib.php b/htdocs/lib/databases/mysqli.lib.php
index 36ab4c73646..7aaba18459e 100644
--- a/htdocs/lib/databases/mysqli.lib.php
+++ b/htdocs/lib/databases/mysqli.lib.php
@@ -16,14 +16,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/lib/databases/mysqli.lib.php
* \brief Class file to manage Dolibarr database access for a Mysql database
- * \version $Id$
+ * \version $Id: mysqli.lib.php,v 1.113 2011/07/31 23:26:03 eldy Exp $
*/
// For compatibility during upgrade
diff --git a/htdocs/lib/databases/pgsql.lib.php b/htdocs/lib/databases/pgsql.lib.php
index 4a6e7947683..4e1a249b429 100644
--- a/htdocs/lib/databases/pgsql.lib.php
+++ b/htdocs/lib/databases/pgsql.lib.php
@@ -17,14 +17,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/lib/databases/pgsql.lib.php
* \brief Fichier de la classe permettant de gerer une base pgsql
- * \version $Id: pgsql.lib.php,v 1.109 2011/07/04 07:36:30 eldy Exp $
+ * \version $Id: pgsql.lib.php,v 1.110 2011/07/31 23:26:03 eldy Exp $
*/
// For compatibility during upgrade
if (! defined('DOL_DOCUMENT_ROOT')) define('DOL_DOCUMENT_ROOT', '../..');
diff --git a/htdocs/lib/date.lib.php b/htdocs/lib/date.lib.php
index 36f8669a8db..5d05a731342 100644
--- a/htdocs/lib/date.lib.php
+++ b/htdocs/lib/date.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/date.lib.php
* \brief Set of function to manipulate dates
- * \version $Id: date.lib.php,v 1.32 2011/07/04 08:38:51 eldy Exp $
+ * \version $Id: date.lib.php,v 1.33 2011/07/31 23:25:42 eldy Exp $
*/
diff --git a/htdocs/lib/datepicker.php b/htdocs/lib/datepicker.php
index 3988c2d4ce1..54d6446ca07 100644
--- a/htdocs/lib/datepicker.php
+++ b/htdocs/lib/datepicker.php
@@ -17,14 +17,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/lib/datepicker.php
* \brief Fichier de gestion de la popup de selection de date eldy
- * \version $Id$
+ * \version $Id: datepicker.php,v 1.32 2011/07/31 23:25:29 eldy Exp $
*/
if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/lib/doleditor.class.php b/htdocs/lib/doleditor.class.php
index 73c19b621f6..0544b840a11 100644
--- a/htdocs/lib/doleditor.class.php
+++ b/htdocs/lib/doleditor.class.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/doleditor.class.php
* \brief Class to manage a WYSIWYG editor
- * \version $Id: doleditor.class.php,v 1.44 2011/07/06 12:45:36 eldy Exp $
+ * \version $Id: doleditor.class.php,v 1.45 2011/07/31 23:26:01 eldy Exp $
*/
/**
diff --git a/htdocs/lib/dolgeoip.class.php b/htdocs/lib/dolgeoip.class.php
index 811b7e2f41f..4ae62e7d418 100644
--- a/htdocs/lib/dolgeoip.class.php
+++ b/htdocs/lib/dolgeoip.class.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/lib/dolgeoip.class.php
* \ingroup geoip
* \brief Library for managing module geoip
- * \version $Id$
+ * \version $Id: dolgeoip.class.php,v 1.5 2011/07/31 23:26:01 eldy Exp $
*/
diff --git a/htdocs/lib/doxygen.php b/htdocs/lib/doxygen.php
index 2df7d35d9fe..0fefe2032fd 100644
--- a/htdocs/lib/doxygen.php
+++ b/htdocs/lib/doxygen.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 .
* or see http://www.gnu.org/
*/
diff --git a/htdocs/lib/ecm.lib.php b/htdocs/lib/ecm.lib.php
index 8af11f09d53..6ef5d7ad4fb 100644
--- a/htdocs/lib/ecm.lib.php
+++ b/htdocs/lib/ecm.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/lib/ecm.lib.php
* \brief Ensemble de fonctions de base pour le module ecm
* \ingroup ecm
- * \version $Id$
+ * \version $Id: ecm.lib.php,v 1.5 2011/07/31 23:25:21 eldy Exp $
*/
diff --git a/htdocs/lib/emailing.lib.php b/htdocs/lib/emailing.lib.php
index 888cd4d21ee..aca6edde708 100644
--- a/htdocs/lib/emailing.lib.php
+++ b/htdocs/lib/emailing.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/emailing.lib.php
* \brief Library file with function for emailing module
- * \version $Id$
+ * \version $Id: emailing.lib.php,v 1.3 2011/07/31 23:25:32 eldy Exp $
*/
/**
diff --git a/htdocs/lib/fichinter.lib.php b/htdocs/lib/fichinter.lib.php
index 065bf7b6664..69a875f7ab7 100644
--- a/htdocs/lib/fichinter.lib.php
+++ b/htdocs/lib/fichinter.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/lib/fichinter.lib.php
* \brief Ensemble de fonctions de base pour le module fichinter
* \ingroup fichinter
- * \version $Id$
+ * \version $Id: fichinter.lib.php,v 1.15 2011/07/31 23:25:17 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/files.lib.php b/htdocs/lib/files.lib.php
index 95fb3e6adb0..312cece614e 100644
--- a/htdocs/lib/files.lib.php
+++ b/htdocs/lib/files.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/files.lib.php
* \brief Library for file managing functions
- * \version $Id: files.lib.php,v 1.70 2011/07/14 05:21:53 hregis Exp $
+ * \version $Id: files.lib.php,v 1.71 2011/07/31 23:25:43 eldy Exp $
*/
/**
diff --git a/htdocs/lib/format_cards.lib.php b/htdocs/lib/format_cards.lib.php
index 6754416659e..80312414d70 100644
--- a/htdocs/lib/format_cards.lib.php
+++ b/htdocs/lib/format_cards.lib.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/lib/format_cards.lib.php
* \brief Set of functions used for cards generation
* \ingroup core
- * \version $Id$
+ * \version $Id: format_cards.lib.php,v 1.2 2011/07/31 23:25:32 eldy Exp $
*/
diff --git a/htdocs/lib/fourn.lib.php b/htdocs/lib/fourn.lib.php
index 11aede51cc7..2bfce40be69 100644
--- a/htdocs/lib/fourn.lib.php
+++ b/htdocs/lib/fourn.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/fourn.lib.php
* \brief Ensemble de fonctions de base pour le module fournisseur
- * \version $Id$
+ * \version $Id: fourn.lib.php,v 1.21 2011/07/31 23:25:25 eldy Exp $
*/
function facturefourn_prepare_head($object)
diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php
index bc023bef077..2209b8777e3 100644
--- a/htdocs/lib/functions.lib.php
+++ b/htdocs/lib/functions.lib.php
@@ -20,8 +20,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 .
* or see http://www.gnu.org/
*/
@@ -29,7 +28,7 @@
* \file htdocs/lib/functions.lib.php
* \brief A set of functions for Dolibarr
* This file contains all frequently used functions.
- * \version $Id: functions.lib.php,v 1.548 2011/07/18 03:49:10 eldy Exp $
+ * \version $Id: functions.lib.php,v 1.549 2011/07/31 23:25:25 eldy Exp $
*/
// For compatibility during upgrade
diff --git a/htdocs/lib/functions2.lib.php b/htdocs/lib/functions2.lib.php
index 57b891e00ee..ef9875dc6d3 100644
--- a/htdocs/lib/functions2.lib.php
+++ b/htdocs/lib/functions2.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/lib/functions2.lib.php
* \brief A set of functions for Dolibarr
* This file contains all rare functions.
- * \version $Id: functions2.lib.php,v 1.75 2011/07/04 08:38:51 eldy Exp $
+ * \version $Id: functions2.lib.php,v 1.76 2011/07/31 23:26:00 eldy Exp $
*/
diff --git a/htdocs/lib/functions_ch.lib.php b/htdocs/lib/functions_ch.lib.php
index dffa7910e21..b68357ced57 100644
--- a/htdocs/lib/functions_ch.lib.php
+++ b/htdocs/lib/functions_ch.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/lib/functions_ch.lib.php
* \brief A set of swiss functions for Dolibarr
* This file contains rare functions.
- * \version $Id: functions_ch.lib.php,v 1.3 2011/07/04 08:38:51 eldy Exp $
+ * \version $Id: functions_ch.lib.php,v 1.4 2011/07/31 23:25:34 eldy Exp $
*/
diff --git a/htdocs/lib/google.class.php b/htdocs/lib/google.class.php
index 08520dc84af..a964defadfb 100644
--- a/htdocs/lib/google.class.php
+++ b/htdocs/lib/google.class.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/google.class.php
* \brief A set of functions for using Google APIs
- * \version $Id$
+ * \version $Id: google.class.php,v 1.3 2011/07/31 23:25:23 eldy Exp $
*/
class GoogleAPI
{
diff --git a/htdocs/lib/images.lib.php b/htdocs/lib/images.lib.php
index f561fd772fb..b51e26a75a6 100644
--- a/htdocs/lib/images.lib.php
+++ b/htdocs/lib/images.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/images.lib.php
* \brief Set of function for manipulating images
- * \version $Id: images.lib.php,v 1.23 2011/07/05 22:51:24 eldy Exp $
+ * \version $Id: images.lib.php,v 1.24 2011/07/31 23:26:02 eldy Exp $
*/
// Define size of logo small and mini
diff --git a/htdocs/lib/invoice.lib.php b/htdocs/lib/invoice.lib.php
index 135c1d868b9..04fb81094c5 100644
--- a/htdocs/lib/invoice.lib.php
+++ b/htdocs/lib/invoice.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
* \file htdocs/lib/invoice.lib.php
* \brief Ensemble de fonctions de base pour le module factures
* \ingroup invoice
- * \version $Id$ *
+ * \version $Id: invoice.lib.php,v 1.15 2011/07/31 23:25:41 eldy Exp $ *
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/ldap.class.php b/htdocs/lib/ldap.class.php
index d9facdb386b..42ba2e68a86 100644
--- a/htdocs/lib/ldap.class.php
+++ b/htdocs/lib/ldap.class.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/ldap.class.php
* \brief File of class to manage LDAP features
- * \version $Id$
+ * \version $Id: ldap.class.php,v 1.77 2011/07/31 23:25:43 eldy Exp $
*/
/**
diff --git a/htdocs/lib/ldap.lib.php b/htdocs/lib/ldap.lib.php
index 514ecdd3518..88e68f66eba 100644
--- a/htdocs/lib/ldap.lib.php
+++ b/htdocs/lib/ldap.lib.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 .
* or see http://www.gnu.org/
*/
@@ -21,7 +20,7 @@
\file htdocs/lib/ldap.lib.php
\brief Ensemble de fonctions de base pour le module LDAP
\ingroup ldap
- \version $Id$
+ \version $Id: ldap.lib.php,v 1.49 2011/07/31 23:25:35 eldy Exp $
Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/member.lib.php b/htdocs/lib/member.lib.php
index 74257f9e4e0..2a0ece56671 100644
--- a/htdocs/lib/member.lib.php
+++ b/htdocs/lib/member.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/member.lib.php
* \brief Ensemble de fonctions de base pour les adherents
- * \version $Id: member.lib.php,v 1.24 2011/07/03 16:00:19 eldy Exp $
+ * \version $Id: member.lib.php,v 1.25 2011/07/31 23:26:02 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/memory.lib.php b/htdocs/lib/memory.lib.php
index 01f20c99df6..49d7f5ff053 100644
--- a/htdocs/lib/memory.lib.php
+++ b/htdocs/lib/memory.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/memory.lib.php
* \brief Set of function for memory/cache management
- * \version $Id$
+ * \version $Id: memory.lib.php,v 1.11 2011/07/31 23:25:11 eldy Exp $
*/
global $shmkeys,$shmoffset;
diff --git a/htdocs/lib/order.lib.php b/htdocs/lib/order.lib.php
index c29f345a5c9..1c8bcd2e4d4 100644
--- a/htdocs/lib/order.lib.php
+++ b/htdocs/lib/order.lib.php
@@ -15,8 +15,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 .
* or see http://www.gnu.org/
*/
@@ -24,7 +23,7 @@
* \file htdocs/lib/order.lib.php
* \brief Ensemble de fonctions de base pour le module commande
* \ingroup commande
- * \version $Id$
+ * \version $Id: order.lib.php,v 1.27 2011/07/31 23:25:41 eldy Exp $
*/
function commande_prepare_head($object)
diff --git a/htdocs/lib/pdf.lib.php b/htdocs/lib/pdf.lib.php
index 263e18df269..e2a33296bee 100644
--- a/htdocs/lib/pdf.lib.php
+++ b/htdocs/lib/pdf.lib.php
@@ -16,8 +16,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 .
* or see http://www.gnu.org/
*/
@@ -25,7 +24,7 @@
* \file htdocs/lib/pdf.lib.php
* \brief Set of functions used for PDF generation
* \ingroup core
- * \version $Id: pdf.lib.php,v 1.98 2011/07/27 17:28:42 eldy Exp $
+ * \version $Id: pdf.lib.php,v 1.99 2011/07/31 23:25:42 eldy Exp $
*/
diff --git a/htdocs/lib/prelevement.lib.php b/htdocs/lib/prelevement.lib.php
index 617cb297697..cdaa2f5c57f 100644
--- a/htdocs/lib/prelevement.lib.php
+++ b/htdocs/lib/prelevement.lib.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/lib/prelevement.lib.php
* \brief Ensemble de fonctions de base pour le module prelevement
* \ingroup propal
- * \version $Id: prelevement.lib.php,v 1.8 2011/07/04 09:01:38 eldy Exp $
+ * \version $Id: prelevement.lib.php,v 1.9 2011/07/31 23:25:28 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/price.lib.php b/htdocs/lib/price.lib.php
index 49e4eeb7ec8..ff4110a3883 100644
--- a/htdocs/lib/price.lib.php
+++ b/htdocs/lib/price.lib.php
@@ -14,14 +14,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/lib/price.lib.php
* \brief Librairie contenant les fonctions pour calculer un prix.
- * \version $Id$
+ * \version $Id: price.lib.php,v 1.36 2011/07/31 23:26:01 eldy Exp $
*/
diff --git a/htdocs/lib/product.lib.php b/htdocs/lib/product.lib.php
index 043c137e166..8b26ea66465 100644
--- a/htdocs/lib/product.lib.php
+++ b/htdocs/lib/product.lib.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/lib/product.lib.php
* \brief Ensemble de fonctions de base pour le module produit et service
* \ingroup product
- * \version $Id: product.lib.php,v 1.43 2011/07/04 09:01:38 eldy Exp $
+ * \version $Id: product.lib.php,v 1.44 2011/07/31 23:25:32 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/project.lib.php b/htdocs/lib/project.lib.php
index ce197938ea7..d3eef74bbe6 100644
--- a/htdocs/lib/project.lib.php
+++ b/htdocs/lib/project.lib.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/lib/project.lib.php
* \brief Functions used by project module
* \ingroup project
- * \version $Id: project.lib.php,v 1.69 2011/07/14 15:37:37 simnandez Exp $
+ * \version $Id: project.lib.php,v 1.70 2011/07/31 23:26:00 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/projet/class/project.class.php");
@@ -99,7 +98,7 @@ function project_prepare_head($object)
* \file htdocs/lib/project.lib.php
* \brief Ensemble de fonctions de base pour le module projet
* \ingroup societe
- * \version $Id: project.lib.php,v 1.69 2011/07/14 15:37:37 simnandez Exp $
+ * \version $Id: project.lib.php,v 1.70 2011/07/31 23:26:00 eldy Exp $
*/
function task_prepare_head($object)
{
diff --git a/htdocs/lib/propal.lib.php b/htdocs/lib/propal.lib.php
index 041c87e94c5..db310e8deaf 100644
--- a/htdocs/lib/propal.lib.php
+++ b/htdocs/lib/propal.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/lib/propal.lib.php
* \brief Ensemble de fonctions de base pour le module propal
* \ingroup propal
- * \version $Id$
+ * \version $Id: propal.lib.php,v 1.26 2011/07/31 23:25:42 eldy Exp $
*
* Ensemble de fonctions de base de dolibarr sous forme d'include
*/
diff --git a/htdocs/lib/report.lib.php b/htdocs/lib/report.lib.php
index e1f73204ab2..50b1a83c83c 100644
--- a/htdocs/lib/report.lib.php
+++ b/htdocs/lib/report.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/report.lib.php
* \brief Set of functions for reporting
- * \version $Id$
+ * \version $Id: report.lib.php,v 1.6 2011/07/31 23:25:39 eldy Exp $
*/
diff --git a/htdocs/lib/security.lib.php b/htdocs/lib/security.lib.php
index 8c8a2331259..4212cc12529 100644
--- a/htdocs/lib/security.lib.php
+++ b/htdocs/lib/security.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/security.lib.php
* \brief Set of function used for dolibarr security
- * \version $Id: security.lib.php,v 1.124 2011/07/09 08:05:08 hregis Exp $
+ * \version $Id: security.lib.php,v 1.125 2011/07/31 23:25:15 eldy Exp $
*/
diff --git a/htdocs/lib/sendings.lib.php b/htdocs/lib/sendings.lib.php
index d41b1e81898..e75bcb1abc9 100644
--- a/htdocs/lib/sendings.lib.php
+++ b/htdocs/lib/sendings.lib.php
@@ -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/lib/sendings.lib.php
* \ingroup expedition
* \brief Library for expedition module
- * \version $Id$
+ * \version $Id: sendings.lib.php,v 1.25 2011/07/31 23:25:42 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
require_once(DOL_DOCUMENT_ROOT."/expedition/class/expedition.class.php");
diff --git a/htdocs/lib/stock.lib.php b/htdocs/lib/stock.lib.php
index e086652bbbf..034e4b81352 100644
--- a/htdocs/lib/stock.lib.php
+++ b/htdocs/lib/stock.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/stock.lib.php
* \brief Library file with function for stock module
- * \version $Id$
+ * \version $Id: stock.lib.php,v 1.8 2011/07/31 23:25:15 eldy Exp $
*/
/**
diff --git a/htdocs/lib/tax.lib.php b/htdocs/lib/tax.lib.php
index 82e5cad0bc2..eebca0ca1d7 100644
--- a/htdocs/lib/tax.lib.php
+++ b/htdocs/lib/tax.lib.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/lib/tax.lib.php
* \ingroup tax
* \brief Library for tax module
- * \version $Id: tax.lib.php,v 1.21 2011/07/18 11:11:19 eldy Exp $
+ * \version $Id: tax.lib.php,v 1.22 2011/07/31 23:26:01 eldy Exp $
*/
diff --git a/htdocs/lib/treeview.lib.php b/htdocs/lib/treeview.lib.php
index 736f309ddc0..bcdfd54592c 100644
--- a/htdocs/lib/treeview.lib.php
+++ b/htdocs/lib/treeview.lib.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/lib/treeview.lib.php
* \ingroup core
* \brief Libraries for tree views
- * \version $Id: treeview.lib.php,v 1.12 2011/07/04 09:01:38 eldy Exp $
+ * \version $Id: treeview.lib.php,v 1.13 2011/07/31 23:25:41 eldy Exp $
*/
diff --git a/htdocs/lib/usergroups.lib.php b/htdocs/lib/usergroups.lib.php
index 1521cc75921..d9c4b5a542f 100644
--- a/htdocs/lib/usergroups.lib.php
+++ b/htdocs/lib/usergroups.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
/**
* \file htdocs/lib/usergroups.lib.php
* \brief Ensemble de fonctions de base pour la gestion des utilisaterus et groupes
- * \version $Id: usergroups.lib.php,v 1.29 2011/07/18 23:35:06 eldy Exp $
+ * \version $Id: usergroups.lib.php,v 1.30 2011/07/31 23:25:25 eldy Exp $
*/
function user_prepare_head($object)
{
diff --git a/htdocs/lib/viewfiles.lib.php b/htdocs/lib/viewfiles.lib.php
index f444b9d0a96..92dd8b06b23 100644
--- a/htdocs/lib/viewfiles.lib.php
+++ b/htdocs/lib/viewfiles.lib.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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/viewfiles.lib.php
* \brief Set of function to view file content
- * \version $Id$
+ * \version $Id: viewfiles.lib.php,v 1.8 2011/07/31 23:25:42 eldy Exp $
*/
diff --git a/htdocs/lib/ws.lib.php b/htdocs/lib/ws.lib.php
index 9cce70fc3b5..f5b3ba3656e 100755
--- a/htdocs/lib/ws.lib.php
+++ b/htdocs/lib/ws.lib.php
@@ -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 .
* or see http://www.gnu.org/
*/
/**
* \file htdocs/lib/ws.lib.php
* \brief Set of function for manipulating web services
- * \version $Id$
+ * \version $Id: ws.lib.php,v 1.3 2011/07/31 23:25:42 eldy Exp $
*/
diff --git a/htdocs/lib/xcal.lib.php b/htdocs/lib/xcal.lib.php
index 7b72f9b4d04..1e3f11e7126 100644
--- a/htdocs/lib/xcal.lib.php
+++ b/htdocs/lib/xcal.lib.php
@@ -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/lib/xcal.lib.php
* \brief Function to manage calendar files (vcal/ical/...)
- * \version $Id: xcal.lib.php,v 1.39 2011/07/08 17:12:03 eldy Exp $
+ * \version $Id: xcal.lib.php,v 1.40 2011/07/31 23:25:58 eldy Exp $
*/
/**
diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php
index 9dc3d64f56c..e889ff94e49 100644
--- a/htdocs/livraison/class/livraison.class.php
+++ b/htdocs/livraison/class/livraison.class.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/livraison/class/livraison.class.php
* \ingroup delivery
* \brief Fichier de la classe de gestion des bons de livraison
- * \version $Id$
+ * \version $Id: livraison.class.php,v 1.28 2011/07/31 23:24:38 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
diff --git a/htdocs/livraison/fiche.php b/htdocs/livraison/fiche.php
index bbb26d33cc0..df55391e08a 100644
--- a/htdocs/livraison/fiche.php
+++ b/htdocs/livraison/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/livraison/fiche.php
* \ingroup livraison
* \brief Fiche descriptive d'un bon de livraison=reception
- * \version $Id$
+ * \version $Id: fiche.php,v 1.114 2011/07/31 23:24:38 eldy Exp $
*/
require("../main.inc.php");
@@ -637,5 +636,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:38 $ - $Revision: 1.114 $');
?>
diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 49b67f9349a..1bdeb9562e6 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.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/main.inc.php
* \ingroup core
* \brief File that defines environment for Dolibarr pages only (variables not required by scripts)
- * \version $Id: main.inc.php,v 1.755 2011/07/30 10:23:24 eldy Exp $
+ * \version $Id: main.inc.php,v 1.756 2011/07/31 23:19:05 eldy Exp $
*/
@ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP
diff --git a/htdocs/mantis/admin/mantis.php b/htdocs/mantis/admin/mantis.php
index 287328e3a6e..8504264034a 100644
--- a/htdocs/mantis/admin/mantis.php
+++ b/htdocs/mantis/admin/mantis.php
@@ -16,17 +16,16 @@
* 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 .
*
- * $Id$
+ * $Id: mantis.php,v 1.3 2011/07/31 23:24:38 eldy Exp $
*/
/**
* \file htdocs/mantis/admin/mantis.php
* \ingroup mantis
* \brief Page de configuration du module mantis
- * \version $Revision$
+ * \version $Revision: 1.3 $
*/
require("../../main.inc.php");
@@ -205,5 +204,5 @@ print "
";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:38 $ - $Revision: 1.3 $');
?>
diff --git a/htdocs/mantis/class/mantis.class.php b/htdocs/mantis/class/mantis.class.php
index d8bcd8993a8..31a003e4c10 100644
--- a/htdocs/mantis/class/mantis.class.php
+++ b/htdocs/mantis/class/mantis.class.php
@@ -13,10 +13,9 @@
* 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 .
*
- * $Id$
+ * $Id: mantis.class.php,v 1.2 2011/07/31 23:24:38 eldy Exp $
*/
/**
@@ -24,7 +23,7 @@
\ingroup mantis
\brief Ensemble des fonctions permettant d'acceder a la database mantis.
\author Laurent Destailleur.
- \version $Revision$
+ \version $Revision: 1.2 $
*/
diff --git a/htdocs/mantis/mantis.php b/htdocs/mantis/mantis.php
index 26fd5939d5c..4f1877aabdc 100644
--- a/htdocs/mantis/mantis.php
+++ b/htdocs/mantis/mantis.php
@@ -12,17 +12,16 @@
* 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 .
*
- * $Id$
+ * $Id: mantis.php,v 1.8 2011/07/31 23:24:38 eldy Exp $
*/
/** \file htdocs/mantis/mantis.php
\ingroup mantis
\brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis
\author Laurent Destailleur
- \version $Revision$
+ \version $Revision: 1.8 $
*/
require("../main.inc.php");
@@ -31,7 +30,7 @@ if (empty($conf->global->PHPMANTIS_URL))
{
llxHeader();
print '
Module Mantis was not configured properly.
';
- llxFooter('$Date$ - $Revision$');
+ llxFooter('$Date: 2011/07/31 23:24:38 $ - $Revision: 1.8 $');
}
$mainmenu=isset($_GET["mainmenu"])?$_GET["mainmenu"]:"";
diff --git a/htdocs/mantis/mantistop.php b/htdocs/mantis/mantistop.php
index 4b9ceb3f5f0..22d39f78d27 100644
--- a/htdocs/mantis/mantistop.php
+++ b/htdocs/mantis/mantistop.php
@@ -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/mantis/mantistop.php
\ingroup mantis
\brief Top frame to show mantis application
- \version $Id$
+ \version $Id: mantistop.php,v 1.5 2011/07/31 23:24:38 eldy Exp $
*/
require ("../main.inc.php");
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 03ef2767e40..1d5b4951490 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -21,8 +21,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 .
*/
/**
@@ -30,7 +29,7 @@
* \ingroup core
* \brief File that defines environment for all Dolibarr process (pages or scripts)
* This script reads the conf file, init $lang, $db and and empty $user
- * \version $Id: master.inc.php,v 1.350 2011/07/30 10:23:24 eldy Exp $
+ * \version $Id: master.inc.php,v 1.351 2011/07/31 23:19:04 eldy Exp $
*/
diff --git a/htdocs/paybox/admin/paybox.php b/htdocs/paybox/admin/paybox.php
index 9f265b5a0dc..2760915dafb 100644
--- a/htdocs/paybox/admin/paybox.php
+++ b/htdocs/paybox/admin/paybox.php
@@ -13,14 +13,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/paybox/admin/paybox.php
* \ingroup paybox
* \brief Page to setup paybox module
- * \version $Id$
+ * \version $Id: paybox.php,v 1.14 2011/07/31 23:20:29 eldy Exp $
*/
require("../../main.inc.php");
@@ -212,5 +211,5 @@ print info_admin($langs->trans("YouCanAddTagOnUrl"));
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:20:29 $ - $Revision: 1.14 $');
?>
diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
index 565194fe8b4..454073d9730 100755
--- a/htdocs/paybox/lib/paybox.lib.php
+++ b/htdocs/paybox/lib/paybox.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/paybox/lib/paybox.lib.php
* \ingroup paybox
* \brief Library for common paybox functions
- * \version $Id$
+ * \version $Id: paybox.lib.php,v 1.9 2011/07/31 23:24:24 eldy Exp $
*/
function llxHeaderPaybox($title, $head = "")
{
diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index 37ca979071a..fb798aed47b 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -14,14 +14,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/paypal/admin/paypal.php
* \ingroup paypal
* \brief Page to setup paypal module
- * \version $Id: paypal.php,v 1.22 2011/07/09 08:05:08 hregis Exp $
+ * \version $Id: paypal.php,v 1.23 2011/07/31 23:24:25 eldy Exp $
*/
require("../../main.inc.php");
@@ -273,5 +272,5 @@ print info_admin($langs->trans("YouCanAddTagOnUrl"));
$db->close();
-llxFooter('$Date: 2011/07/09 08:05:08 $ - $Revision: 1.22 $');
+llxFooter('$Date: 2011/07/31 23:24:25 $ - $Revision: 1.23 $');
?>
diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
index 82ec9a15c2e..b5304ba4198 100755
--- a/htdocs/paypal/lib/paypal.lib.php
+++ b/htdocs/paypal/lib/paypal.lib.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 .
* or see http://www.gnu.org/
*/
@@ -22,7 +21,7 @@
* \file htdocs/paypal/lib/paypal.lib.php
* \ingroup paypal
* \brief Library for common paypal functions
- * \version $Id: paypal.lib.php,v 1.25 2011/07/13 16:55:34 eldy Exp $
+ * \version $Id: paypal.lib.php,v 1.26 2011/07/31 23:24:24 eldy Exp $
*/
function llxHeaderPaypal($title, $head = "")
{
diff --git a/htdocs/product/admin/produit.php b/htdocs/product/admin/produit.php
index 0ec44a649b9..8bf475f0b35 100644
--- a/htdocs/product/admin/produit.php
+++ b/htdocs/product/admin/produit.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/product/admin/produit.php
* \ingroup produit
* \brief Page d'administration/configuration du module Produit
- * \version $Id$
+ * \version $Id: produit.php,v 1.7 2011/07/31 23:24:02 eldy Exp $
*/
require("../../main.inc.php");
@@ -295,5 +294,5 @@ if ($conf->global->PRODUCT_CANVAS_ABILITY)
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:02 $ - $Revision: 1.7 $');
?>
diff --git a/htdocs/product/ajaxproducts.php b/htdocs/product/ajaxproducts.php
index dc92b76134c..2f5b4838d29 100644
--- a/htdocs/product/ajaxproducts.php
+++ b/htdocs/product/ajaxproducts.php
@@ -14,14 +14,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/product/ajaxproducts.php
* \brief File to return Ajax response on product list request
- * \version $Id: ajaxproducts.php,v 1.36 2011/07/10 17:28:10 hregis Exp $
+ * \version $Id: ajaxproducts.php,v 1.37 2011/07/31 23:19:26 eldy Exp $
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php
index cdb297d3f76..007ca050d66 100644
--- a/htdocs/product/barcode.php
+++ b/htdocs/product/barcode.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/product/barcode.php
* \ingroup product
* \brief Page with bar code informations of product
- * \version $Id$
+ * \version $Id: barcode.php,v 1.52 2011/07/31 23:19:26 eldy Exp $
*/
require("../main.inc.php");
@@ -165,5 +164,5 @@ print "\n";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.52 $');
?>
diff --git a/htdocs/product/canvas/default/product.default.class.php b/htdocs/product/canvas/default/product.default.class.php
index b98da0c3e7b..5f8bee89683 100644
--- a/htdocs/product/canvas/default/product.default.class.php
+++ b/htdocs/product/canvas/default/product.default.class.php
@@ -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/product/canvas/default/product.default.class.php
* \ingroup produit
* \brief Fichier de la classe des produits par defaut
- * \version $Id: product.default.class.php,v 1.41 2011/07/21 01:20:33 eldy Exp $
+ * \version $Id: product.default.class.php,v 1.42 2011/07/31 23:19:28 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT.'/product/class/product.class.php');
diff --git a/htdocs/product/canvas/default/tpl/create.tpl.php b/htdocs/product/canvas/default/tpl/create.tpl.php
index 8c571678cf2..5d4449ddad6 100644
--- a/htdocs/product/canvas/default/tpl/create.tpl.php
+++ b/htdocs/product/canvas/default/tpl/create.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: create.tpl.php,v 1.8 2011/07/31 23:19:26 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/edit.tpl.php b/htdocs/product/canvas/default/tpl/edit.tpl.php
index 69dc46d6234..c37be523e91 100644
--- a/htdocs/product/canvas/default/tpl/edit.tpl.php
+++ b/htdocs/product/canvas/default/tpl/edit.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: edit.tpl.php,v 1.3 2011/07/31 23:19:27 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/list.tpl.php b/htdocs/product/canvas/default/tpl/list.tpl.php
index a6bbd200776..25e03e40b58 100644
--- a/htdocs/product/canvas/default/tpl/list.tpl.php
+++ b/htdocs/product/canvas/default/tpl/list.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: list.tpl.php,v 1.4 2011/07/31 23:19:26 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/view.tpl.php b/htdocs/product/canvas/default/tpl/view.tpl.php
index ab505001692..40459ee2a56 100644
--- a/htdocs/product/canvas/default/tpl/view.tpl.php
+++ b/htdocs/product/canvas/default/tpl/view.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id: view.tpl.php,v 1.5 2011/07/08 13:11:07 eldy Exp $
+ * $Id: view.tpl.php,v 1.6 2011/07/31 23:19:26 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/service/product.service.class.php b/htdocs/product/canvas/service/product.service.class.php
index 3e291743a36..11a4a5d74fe 100644
--- a/htdocs/product/canvas/service/product.service.class.php
+++ b/htdocs/product/canvas/service/product.service.class.php
@@ -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/product/canvas/service/product.service.class.php
* \ingroup service
* \brief Fichier de la classe des services par defaut
- * \version $Id: product.service.class.php,v 1.14 2011/07/21 01:20:33 eldy Exp $
+ * \version $Id: product.service.class.php,v 1.15 2011/07/31 23:24:03 eldy Exp $
*/
/**
diff --git a/htdocs/product/canvas/service/tpl/create.tpl.php b/htdocs/product/canvas/service/tpl/create.tpl.php
index 4f7e08f3d0b..e4e5355a5f6 100644
--- a/htdocs/product/canvas/service/tpl/create.tpl.php
+++ b/htdocs/product/canvas/service/tpl/create.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: create.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/edit.tpl.php b/htdocs/product/canvas/service/tpl/edit.tpl.php
index 83544edec5b..32fe9dbb0c7 100644
--- a/htdocs/product/canvas/service/tpl/edit.tpl.php
+++ b/htdocs/product/canvas/service/tpl/edit.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: edit.tpl.php,v 1.3 2011/07/31 23:24:02 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/list.tpl.php b/htdocs/product/canvas/service/tpl/list.tpl.php
index ac0a4be89a7..f630c849f87 100644
--- a/htdocs/product/canvas/service/tpl/list.tpl.php
+++ b/htdocs/product/canvas/service/tpl/list.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: list.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/view.tpl.php b/htdocs/product/canvas/service/tpl/view.tpl.php
index 8b204da37a0..398d06f1a4a 100644
--- a/htdocs/product/canvas/service/tpl/view.tpl.php
+++ b/htdocs/product/canvas/service/tpl/view.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id: view.tpl.php,v 1.3 2011/07/08 13:33:42 eldy Exp $
+ * $Id: view.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
*/
?>
diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php
index feef65e034e..30e97de04a5 100644
--- a/htdocs/product/class/html.formproduct.class.php
+++ b/htdocs/product/class/html.formproduct.class.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/product/class/html.formproduct.class.php
* \brief Fichier de la classe des fonctions predefinie de composants html
- * \version $Id$
+ * \version $Id: html.formproduct.class.php,v 1.11 2011/07/31 23:24:03 eldy Exp $
*/
diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
index 1da2adb751e..8bccf934120 100644
--- a/htdocs/product/class/product.class.php
+++ b/htdocs/product/class/product.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/product/class/product.class.php
* \ingroup produit
* \brief Fichier de la classe des produits predefinis
- * \version $Id: product.class.php,v 1.47 2011/07/29 20:47:35 eldy Exp $
+ * \version $Id: product.class.php,v 1.48 2011/07/31 23:24:03 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");
diff --git a/htdocs/product/class/service.class.php b/htdocs/product/class/service.class.php
index 683d6778445..d24c4c5ffde 100644
--- a/htdocs/product/class/service.class.php
+++ b/htdocs/product/class/service.class.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/product/class/service.class.php
* \ingroup service
* \brief Fichier de la classe des services predefinis
- * \version $Id$
+ * \version $Id: service.class.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");
diff --git a/htdocs/product/composition/fiche.php b/htdocs/product/composition/fiche.php
index c17a6ac2636..55fc3373402 100644
--- a/htdocs/product/composition/fiche.php
+++ b/htdocs/product/composition/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/product/composition/fiche.php
* \ingroup product
* \brief Page de la fiche produit
- * \version $Id$
+ * \version $Id: fiche.php,v 1.9 2011/07/31 23:24:03 eldy Exp $
*/
require("../../main.inc.php");
@@ -447,5 +446,5 @@ print "\n\n";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:03 $ - $Revision: 1.9 $');
?>
diff --git a/htdocs/product/document.php b/htdocs/product/document.php
index 131c278e151..53f17703932 100755
--- a/htdocs/product/document.php
+++ b/htdocs/product/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/product/document.php
* \ingroup product
* \brief Page des documents joints sur les produits
- * \version $Id: document.php,v 1.68 2011/07/06 20:56:49 eldy Exp $
+ * \version $Id: document.php,v 1.69 2011/07/31 23:19:25 eldy Exp $
*/
require('../main.inc.php');
@@ -189,5 +188,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/06 20:56:49 $ - $Revision: 1.68 $');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.69 $');
?>
diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index a65f888ab11..efbd289cb3f 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/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/product/fiche.php
* \ingroup product
* \brief Page to show product
- * \version $Id: fiche.php,v 1.373 2011/07/29 20:47:35 eldy Exp $
+ * \version $Id: fiche.php,v 1.374 2011/07/31 23:19:26 eldy Exp $
*/
require("../main.inc.php");
@@ -1646,6 +1645,6 @@ if ($product->id && $action == '' && $product->status)
$db->close();
-llxFooter('$Date: 2011/07/29 20:47:35 $ - $Revision: 1.373 $');
+llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.374 $');
?>
diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index 110482c829e..39459f57a6c 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.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/product/fournisseurs.php
* \ingroup product
* \brief Page of tab suppliers for products
- * \version $Id$
+ * \version $Id: fournisseurs.php,v 1.97 2011/07/31 23:19:26 eldy Exp $
*/
require("../main.inc.php");
@@ -431,5 +430,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.97 $');
?>
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index ee6d7216bb7..bd607db7565 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/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/product/index.php
* \ingroup product
* \brief Page accueil des produits et services
- * \version $Id$
+ * \version $Id: index.php,v 1.101 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -248,5 +247,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.101 $');
?>
diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php
index 704df904140..771722dd166 100644
--- a/htdocs/product/liste.php
+++ b/htdocs/product/liste.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/product/liste.php
* \ingroup produit
* \brief Page to list products and services
- * \version $Id: liste.php,v 1.151 2011/06/26 00:41:41 eldy Exp $
+ * \version $Id: liste.php,v 1.152 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -476,5 +475,5 @@ else
$db->close();
-llxFooter('$Date: 2011/06/26 00:41:41 $ - $Revision: 1.151 $');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.152 $');
?>
diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php
index 364c5ef19ec..412bdecc116 100644
--- a/htdocs/product/photos.php
+++ b/htdocs/product/photos.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/product/photos.php
* \ingroup product
* \brief Onglet photos de la fiche produit
- * \version $Id$
+ * \version $Id: photos.php,v 1.91 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -205,5 +204,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.91 $');
?>
diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php
index 338c1876fbc..2f32cd71fb2 100644
--- a/htdocs/product/popuprop.php
+++ b/htdocs/product/popuprop.php
@@ -15,14 +15,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/product/popuprop.php
* \ingroup propal, produit
* \brief Liste des produits/services par popularite
- * \version $Id$
+ * \version $Id: popuprop.php,v 1.42 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -157,5 +156,5 @@ print "";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.42 $');
?>
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 60825f58da1..2ddb4aecbd2 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.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/product/price.php
* \ingroup product
* \brief Page to show product prices
- * \version $Id$
+ * \version $Id: price.php,v 1.110 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -535,5 +534,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.110 $');
?>
diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
index 2802f07530a..68ccb111ba4 100644
--- a/htdocs/product/reassort.php
+++ b/htdocs/product/reassort.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/product/reassort.php
* \ingroup produit
* \brief Page to list stocks
- * \version $Id$
+ * \version $Id: reassort.php,v 1.62 2011/07/31 23:19:25 eldy Exp $
*/
require("../main.inc.php");
@@ -361,5 +360,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.62 $');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
index eea105289d1..faace395e78 100644
--- a/htdocs/product/stats/commande.php
+++ b/htdocs/product/stats/commande.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/product/stats/commande.php
* \ingroup product, service, commande
* \brief Page des stats des commandes clients pour un produit
- * \version $Id$
+ * \version $Id: commande.php,v 1.47 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -191,5 +190,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.47 $');
?>
diff --git a/htdocs/product/stats/commande_fournisseur.php b/htdocs/product/stats/commande_fournisseur.php
index 5d9f256e3da..1014c2e8113 100644
--- a/htdocs/product/stats/commande_fournisseur.php
+++ b/htdocs/product/stats/commande_fournisseur.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/product/stats/commande_fournisseur.php
* \ingroup product, service, commande
* \brief Page des stats des commandes fournisseurs pour un produit
- * \version $Id$
+ * \version $Id: commande_fournisseur.php,v 1.33 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -185,5 +184,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.33 $');
?>
diff --git a/htdocs/product/stats/contrat.php b/htdocs/product/stats/contrat.php
index 0641e2c3b9a..74c515631fa 100644
--- a/htdocs/product/stats/contrat.php
+++ b/htdocs/product/stats/contrat.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/product/stats/contrat.php
* \ingroup product, service, contrat
* \brief Page des stats des contrats pour un produit
- * \version $Id$
+ * \version $Id: contrat.php,v 1.46 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -203,5 +202,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.46 $');
?>
diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
index 2d939958fc6..f20df884701 100644
--- a/htdocs/product/stats/facture.php
+++ b/htdocs/product/stats/facture.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/product/stats/facture.php
* \ingroup product, service, facture
* \brief Page des stats des factures clients pour un produit
- * \version $Id$
+ * \version $Id: facture.php,v 1.83 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -194,5 +193,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.83 $');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/facture_fournisseur.php b/htdocs/product/stats/facture_fournisseur.php
index a0dd7b1b677..488cb79c16c 100644
--- a/htdocs/product/stats/facture_fournisseur.php
+++ b/htdocs/product/stats/facture_fournisseur.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/product/stats/facture_fournisseur.php
* \ingroup product, service, facture
* \brief Page des stats des factures fournisseurs pour un produit
- * \version $Id$
+ * \version $Id: facture_fournisseur.php,v 1.32 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -195,5 +194,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.32 $');
?>
diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php
index 9cca548031b..bd67b9e93d0 100644
--- a/htdocs/product/stats/fiche.php
+++ b/htdocs/product/stats/fiche.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/product/stats/fiche.php
* \ingroup product
* \brief Page des stats produits
- * \version $Id: fiche.php,v 1.109 2011/07/04 10:04:18 eldy Exp $
+ * \version $Id: fiche.php,v 1.110 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -271,5 +270,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/04 10:04:18 $ - $Revision: 1.109 $');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.110 $');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/propal.php b/htdocs/product/stats/propal.php
index c9081efc2d3..4cf1fc9a57c 100644
--- a/htdocs/product/stats/propal.php
+++ b/htdocs/product/stats/propal.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/product/stats/propal.php
* \ingroup product, service, propal
* \brief Page des stats des propals pour un produit
- * \version $Id$
+ * \version $Id: propal.php,v 1.57 2011/07/31 23:24:00 eldy Exp $
*/
@@ -185,5 +184,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.57 $');
?>
diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
index 051b7572be9..aca3b3db5ba 100644
--- a/htdocs/product/stock/class/entrepot.class.php
+++ b/htdocs/product/stock/class/entrepot.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/product/stock/class/entrepot.class.php
* \ingroup stock
* \brief Fichier de la classe de gestion des entrepots
- * \version $Id$
+ * \version $Id: entrepot.class.php,v 1.11 2011/07/31 23:24:02 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
index b93a44aa97d..902430404e1 100644
--- a/htdocs/product/stock/class/mouvementstock.class.php
+++ b/htdocs/product/stock/class/mouvementstock.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/product/stock/class/mouvementstock.class.php
* \ingroup stock
* \brief Fichier de la classe de gestion des mouvements de stocks
- * \version $Revision$
+ * \version $Revision: 1.13 $
*/
diff --git a/htdocs/product/stock/fiche-valo.php b/htdocs/product/stock/fiche-valo.php
index 70d51e4e1d0..20ecfc3b9d9 100644
--- a/htdocs/product/stock/fiche-valo.php
+++ b/htdocs/product/stock/fiche-valo.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/product/stock/fiche-valo.php
* \ingroup stock
* \brief Page fiche de valorisation du stock dans l'entrepot
- * \version $Id$
+ * \version $Id: fiche-valo.php,v 1.17 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -143,5 +142,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.17 $');
?>
diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index 2235824e8b9..8dd606affdb 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.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/product/stock/fiche.php
* \ingroup stock
* \brief Page fiche entrepot
- * \version $Id$
+ * \version $Id: fiche.php,v 1.100 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -520,5 +519,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.100 $');
?>
diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
index 6f46a0d3caa..1398a282ca4 100644
--- a/htdocs/product/stock/index.php
+++ b/htdocs/product/stock/index.php
@@ -14,17 +14,16 @@
* 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 .
*
- * $Id$
+ * $Id: index.php,v 1.31 2011/07/31 23:24:01 eldy Exp $
*/
/**
* \file htdocs/product/stock/index.php
* \ingroup stock
* \brief Page accueil stocks produits
- * \version $Revision$
+ * \version $Revision: 1.31 $
*/
require("../../main.inc.php");
@@ -164,5 +163,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.31 $');
?>
diff --git a/htdocs/product/stock/info.php b/htdocs/product/stock/info.php
index c16f09a82d6..74af937bdb3 100644
--- a/htdocs/product/stock/info.php
+++ b/htdocs/product/stock/info.php
@@ -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/product/stock/info.php
* \ingroup stock
* \brief Page des informations d'un entrepot
- * \version $Id$
+ * \version $Id: info.php,v 1.16 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -54,5 +53,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.16 $');
?>
diff --git a/htdocs/product/stock/liste.php b/htdocs/product/stock/liste.php
index 017f3c548a7..a6b6ba000c7 100644
--- a/htdocs/product/stock/liste.php
+++ b/htdocs/product/stock/liste.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/product/stock/liste.php
* \ingroup stock
* \brief Page liste des stocks
- * \version $Id$
+ * \version $Id: liste.php,v 1.22 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -111,5 +110,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.22 $');
?>
diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php
index 09dbc3f37ec..563d8f104c3 100644
--- a/htdocs/product/stock/mouvement.php
+++ b/htdocs/product/stock/mouvement.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/product/stock/mouvement.php
* \ingroup stock
* \brief Page to list stock movements
- * \version $Id$
+ * \version $Id: mouvement.php,v 1.63 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -339,5 +338,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.63 $');
?>
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index 101ea1f8b19..b1c8845bb51 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.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/product/stock/product.php
* \ingroup product, stock
* \brief Page to list detailed stock of a product
- * \version $Id$
+ * \version $Id: product.php,v 1.108 2011/07/31 23:24:00 eldy Exp $
*/
require("../../main.inc.php");
@@ -519,5 +518,5 @@ print "";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.108 $');
?>
diff --git a/htdocs/product/stock/user.php b/htdocs/product/stock/user.php
index 654d564b462..0c63b590523 100644
--- a/htdocs/product/stock/user.php
+++ b/htdocs/product/stock/user.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/product/stock/user.php
* \ingroup stock
* \brief Page to link dolibarr users with warehouses
- * \version $Id$
+ * \version $Id: user.php,v 1.16 2011/07/31 23:24:01 eldy Exp $
* \deprecated This page is never called. Feature will never be developped.
*/
@@ -176,5 +175,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.16 $');
?>
diff --git a/htdocs/product/stock/valo.php b/htdocs/product/stock/valo.php
index 4888ad0cd26..848846f0706 100644
--- a/htdocs/product/stock/valo.php
+++ b/htdocs/product/stock/valo.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/product/stock/valo.php
* \ingroup stock
* \brief Page with stock values
- * \version $Id$
+ * \version $Id: valo.php,v 1.27 2011/07/31 23:24:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -162,5 +161,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.27 $');
?>
diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
index 7c2e52e5af7..740d52ca6eb 100644
--- a/htdocs/product/traduction.php
+++ b/htdocs/product/traduction.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/product/traduction.php
* \ingroup product
* \brief Page de traduction des produits
- * \version $Id$
+ * \version $Id: traduction.php,v 1.45 2011/07/31 23:19:26 eldy Exp $
*/
require("../main.inc.php");
@@ -266,5 +265,5 @@ if ($_GET["action"] == 'add' && ($user->rights->produit->creer || $user->rights-
print '
';
}
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.45 $');
?>
diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index 60d89967b65..14350748ef6 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/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/projet/activity/index.php
* \ingroup projet
* \brief Page activite perso du module projet
- * \version $Id: index.php,v 1.35 2011/07/04 10:56:12 eldy Exp $
+ * \version $Id: index.php,v 1.36 2011/07/31 23:23:39 eldy Exp $
*/
require ("../../main.inc.php");
@@ -332,5 +331,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/04 10:56:12 $ - $Revision: 1.35 $');
+llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.36 $');
?>
diff --git a/htdocs/projet/activity/list.php b/htdocs/projet/activity/list.php
index 8e1cc328ef9..8d7b7e5ec5f 100644
--- a/htdocs/projet/activity/list.php
+++ b/htdocs/projet/activity/list.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/projet/activity/list.php
* \ingroup projet
* \brief List activities of tasks
- * \version $Id$
+ * \version $Id: list.php,v 1.31 2011/07/31 23:23:39 eldy Exp $
*/
require ("../../main.inc.php");
@@ -147,5 +146,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.31 $');
?>
diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
index 2a8218a9295..e300c26470b 100644
--- a/htdocs/projet/class/project.class.php
+++ b/htdocs/projet/class/project.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/projet/class/project.class.php
* \ingroup projet
* \brief Fichier de la classe de gestion des projets
- * \version $Id$
+ * \version $Id: project.class.php,v 1.24 2011/07/31 23:23:39 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
index 00c12c6a6d5..e03edf379a8 100644
--- a/htdocs/projet/class/task.class.php
+++ b/htdocs/projet/class/task.class.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/projet/class/task.class.php
* \ingroup project
* \brief This file is a CRUD class file for Task (Create/Read/Update/Delete)
- * \version $Id: task.class.php,v 1.11 2011/06/25 10:55:11 eldy Exp $
+ * \version $Id: task.class.php,v 1.12 2011/07/31 23:23:39 eldy Exp $
* \remarks Initialy built by build_class_from_table on 2008-09-10 12:41
*/
diff --git a/htdocs/projet/contact.php b/htdocs/projet/contact.php
index 3a83720074a..820a8c4e182 100644
--- a/htdocs/projet/contact.php
+++ b/htdocs/projet/contact.php
@@ -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/projet/contact.php
* \ingroup project
* \brief Onglet de gestion des contacts du projet
- * \version $Id$
+ * \version $Id: contact.php,v 1.28 2011/07/31 23:23:39 eldy Exp $
*/
require("../main.inc.php");
@@ -416,5 +415,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
-llxFooter('$Date$');
+llxFooter('$Date: 2011/07/31 23:23:39 $');
?>
\ No newline at end of file
diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
index 906d33b10af..f1ad2575a2e 100644
--- a/htdocs/projet/document.php
+++ b/htdocs/projet/document.php
@@ -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/projet/document.php
* \ingroup project
* \brief Page de gestion des documents attachees a un projet
- * \version $Id: document.php,v 1.13 2011/07/06 20:56:49 eldy Exp $
+ * \version $Id: document.php,v 1.14 2011/07/31 23:23:36 eldy Exp $
*/
require('../main.inc.php');
@@ -203,5 +202,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/06 20:56:49 $ - $Revision: 1.13 $');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.14 $');
?>
diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
index 8b984fed7e6..16656405daf 100644
--- a/htdocs/projet/element.php
+++ b/htdocs/projet/element.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/projet/element.php
* \ingroup projet facture
* \brief Page of project referrers
- * \version $Id$
+ * \version $Id: element.php,v 1.49 2011/07/31 23:23:39 eldy Exp $
*/
require("../main.inc.php");
@@ -284,5 +283,5 @@ foreach ($listofreferent as $key => $value)
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.49 $');
?>
diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php
index 8806bc7c32e..94e38a8d4a9 100644
--- a/htdocs/projet/fiche.php
+++ b/htdocs/projet/fiche.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/projet/fiche.php
* \ingroup projet
* \brief Project card
- * \version $Id: fiche.php,v 1.126 2011/07/04 08:00:52 eldy Exp $
+ * \version $Id: fiche.php,v 1.127 2011/07/31 23:23:36 eldy Exp $
*/
require("../main.inc.php");
@@ -608,5 +607,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/04 08:00:52 $ - $Revision: 1.126 $');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.127 $');
?>
diff --git a/htdocs/projet/ganttchart.php b/htdocs/projet/ganttchart.php
index 77de86ab997..e551205523f 100644
--- a/htdocs/projet/ganttchart.php
+++ b/htdocs/projet/ganttchart.php
@@ -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/projet/ganttview.php
* \ingroup projet
* \brief Gantt diagrame of a project
- * \version $Id$
+ * \version $Id: ganttchart.php,v 1.7 2011/07/31 23:23:36 eldy Exp $
*/
?>
diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php
index d025bc10412..efa962e2cb3 100644
--- a/htdocs/projet/ganttview.php
+++ b/htdocs/projet/ganttview.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/projet/ganttview.php
* \ingroup projet
* \brief Gantt diagramm of a project
- * \version $Id$
+ * \version $Id: ganttview.php,v 1.14 2011/07/31 23:23:38 eldy Exp $
*/
require ("../main.inc.php");
@@ -254,5 +253,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:38 $ - $Revision: 1.14 $');
?>
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 5284b87c094..9a6702d9225 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/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/projet/index.php
* \ingroup projet
* \brief Main project home page
- * \version $Id$
+ * \version $Id: index.php,v 1.75 2011/07/31 23:23:39 eldy Exp $
*/
require("../main.inc.php");
@@ -131,5 +130,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.75 $');
?>
diff --git a/htdocs/projet/jsgantt_language.js.php b/htdocs/projet/jsgantt_language.js.php
index a2c785fac8f..7affcf4b183 100644
--- a/htdocs/projet/jsgantt_language.js.php
+++ b/htdocs/projet/jsgantt_language.js.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/projet/jsgantt_language.js.php
* \brief Fichier de javascript de traduction pour JSGantt
- * \version $Id$
+ * \version $Id: jsgantt_language.js.php,v 1.4 2011/07/31 23:23:39 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/projet/liste.php b/htdocs/projet/liste.php
index 1b79cbbe445..a8a679f9b27 100644
--- a/htdocs/projet/liste.php
+++ b/htdocs/projet/liste.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/projet/liste.php
* \ingroup projet
* \brief Page to list projects
- * \version $Id$
+ * \version $Id: liste.php,v 1.49 2011/07/31 23:23:37 eldy Exp $
*/
require("../main.inc.php");
@@ -206,5 +205,5 @@ print "";
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:37 $ - $Revision: 1.49 $');
?>
diff --git a/htdocs/projet/note.php b/htdocs/projet/note.php
index 99bba94acd7..4e42f250946 100644
--- a/htdocs/projet/note.php
+++ b/htdocs/projet/note.php
@@ -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/projet/note.php
* \ingroup project
* \brief Fiche d'information sur un projet
- * \version $Id$
+ * \version $Id: note.php,v 1.13 2011/07/31 23:23:38 eldy Exp $
*/
require("../main.inc.php");
@@ -209,5 +208,5 @@ if ($id > 0 || ! empty($ref))
}
$db->close();
-llxFooter('$Date$ - $Revision: 1.15 ');
+llxFooter('$Date: 2011/07/31 23:23:38 $ - $Revision: 1.15 ');
?>
diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
index f6d40753fd3..e55bf465e6d 100644
--- a/htdocs/projet/tasks.php
+++ b/htdocs/projet/tasks.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/projet/tasks.php
* \ingroup projet
* \brief List all tasks of a project
- * \version $Id$
+ * \version $Id: tasks.php,v 1.8 2011/07/31 23:23:39 eldy Exp $
*/
require ("../main.inc.php");
@@ -346,5 +345,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.8 $');
?>
diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php
index 710864e1bea..738fdaec46f 100644
--- a/htdocs/projet/tasks/contact.php
+++ b/htdocs/projet/tasks/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/projet/tasks/contact.php
* \ingroup project
* \brief Actors of a task
- * \version $Id$
+ * \version $Id: contact.php,v 1.22 2011/07/31 23:23:36 eldy Exp $
*/
require ("../../main.inc.php");
@@ -417,5 +416,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.22 $');
?>
diff --git a/htdocs/projet/tasks/document.php b/htdocs/projet/tasks/document.php
index 259f551a7e8..9c506be2794 100644
--- a/htdocs/projet/tasks/document.php
+++ b/htdocs/projet/tasks/document.php
@@ -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/projet/tasks/document.php
* \ingroup project
* \brief Page de gestion des documents attachees a une tache d'un projet
- * \version $Id: document.php,v 1.15 2011/07/06 20:56:50 eldy Exp $
+ * \version $Id: document.php,v 1.16 2011/07/31 23:23:36 eldy Exp $
*/
require('../../main.inc.php');
@@ -205,5 +204,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.15 $');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.16 $');
?>
diff --git a/htdocs/projet/tasks/index.php b/htdocs/projet/tasks/index.php
index f64ff40fadf..43124c0f83b 100644
--- a/htdocs/projet/tasks/index.php
+++ b/htdocs/projet/tasks/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/projet/tasks/index.php
* \ingroup project
* \brief List all task of a project
- * \version $Id$
+ * \version $Id: index.php,v 1.43 2011/07/31 23:23:36 eldy Exp $
*/
require ("../../main.inc.php");
@@ -113,5 +112,5 @@ if ($user->rights->projet->creer)
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.43 $');
?>
diff --git a/htdocs/projet/tasks/note.php b/htdocs/projet/tasks/note.php
index dc766903818..11e2fd27462 100644
--- a/htdocs/projet/tasks/note.php
+++ b/htdocs/projet/tasks/note.php
@@ -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/projet/tasks/note.php
* \ingroup project
* \brief Page to show information on a task
- * \version $Id$
+ * \version $Id: note.php,v 1.13 2011/07/31 23:23:36 eldy Exp $
*/
require ("../../main.inc.php");
@@ -203,5 +202,5 @@ if ($id > 0 || ! empty($ref))
}
$db->close();
-llxFooter('$Date$ - $Revision: 1.15 ');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.15 ');
?>
diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php
index e53bd795e2b..c608c6dfd30 100644
--- a/htdocs/projet/tasks/task.php
+++ b/htdocs/projet/tasks/task.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/projet/tasks/task.php
* \ingroup projet
* \brief Fiche taches d'un projet
- * \version $Id$
+ * \version $Id: task.php,v 1.43 2011/07/31 23:23:36 eldy Exp $
*/
require ("../../main.inc.php");
@@ -292,5 +291,5 @@ if ($taskid)
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.43 $');
?>
diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
index ad10c1b51d8..56ddce7af70 100644
--- a/htdocs/projet/tasks/time.php
+++ b/htdocs/projet/tasks/time.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/projet/tasks/time.php
* \ingroup projet
* \brief Page to add new time spent on a task
- * \version $Id: time.php,v 1.32 2011/07/14 15:37:37 simnandez Exp $
+ * \version $Id: time.php,v 1.33 2011/07/31 23:23:36 eldy Exp $
*/
require("../../main.inc.php");
@@ -404,5 +403,5 @@ if ($_GET["id"] > 0)
$db->close();
-llxFooter('$Date: 2011/07/14 15:37:37 $ - $Revision: 1.32 $');
+llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.33 $');
?>
diff --git a/htdocs/public/agenda/agendaexport.php b/htdocs/public/agenda/agendaexport.php
index ece9d4edcfb..8189d77a172 100644
--- a/htdocs/public/agenda/agendaexport.php
+++ b/htdocs/public/agenda/agendaexport.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 .
*/
/** \file htdocs/public/agenda/agendaexport.php
@@ -22,7 +21,7 @@
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=vcal&exportkey=cle
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=ical&type=event&exportkey=cle
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=rss&exportkey=cle
- * \version $Id$
+ * \version $Id: agendaexport.php,v 1.18 2011/07/31 23:23:21 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');
@@ -74,7 +73,7 @@ if (empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY))
llxHeaderVierge();
print 'Module Agenda was not configured properly.
';
- llxFooterVierge('$Date$ - $Revision$');
+ llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
exit;
}
@@ -85,7 +84,7 @@ if (empty($_GET["exportkey"]) || $conf->global->MAIN_AGENDA_XCAL_EXPORTKEY != $_
llxHeaderVierge();
print 'Bad value for key.
';
- llxFooterVierge('$Date$ - $Revision$');
+ llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
exit;
}
@@ -117,7 +116,7 @@ if ($shortfilename=='dolibarrcalendar')
$langs->load("errors");
llxHeaderVierge();
print ''.$langs->trans("ErrorWrongValueForParameterX",'format').'
';
- llxFooterVierge('$Date$ - $Revision$');
+ llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
exit;
}
@@ -202,5 +201,5 @@ if ($format == 'rss')
llxHeaderVierge();
print ''.$agenda->error.'
';
-llxFooterVierge('$Date$ - $Revision$');
+llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
?>
diff --git a/htdocs/public/agenda/index.php b/htdocs/public/agenda/index.php
index 5851748a9f8..148d3086bba 100644
--- a/htdocs/public/agenda/index.php
+++ b/htdocs/public/agenda/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
*/
require("../../master.inc.php");
diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
index d07ee20dced..fef3c04a3f1 100644
--- a/htdocs/public/demo/index.php
+++ b/htdocs/public/demo/index.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 .
*/
/**
@@ -23,7 +22,7 @@
* \ingroup core
* \brief Entry page to access demo
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.61 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -354,7 +353,7 @@ if (! empty($conf->global->MAIN_GOOGLE_AN_ID))
}
-llxFooterVierge('$Date$ - $Revision$');
+llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.61 $');
diff --git a/htdocs/public/donations/donateurs_code.php b/htdocs/public/donations/donateurs_code.php
index 5befd6faecd..e420384cefb 100644
--- a/htdocs/public/donations/donateurs_code.php
+++ b/htdocs/public/donations/donateurs_code.php
@@ -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/public/donations/donateurs_code.php
* \ingroup donation
* \brief Page to list donators
- * \version $Id$
+ * \version $Id: donateurs_code.php,v 1.13 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
diff --git a/htdocs/public/donations/index.php b/htdocs/public/donations/index.php
index 667d64d0525..12361f99edd 100644
--- a/htdocs/public/donations/index.php
+++ b/htdocs/public/donations/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
*/
require("../../master.inc.php");
diff --git a/htdocs/public/donations/therm.php b/htdocs/public/donations/therm.php
index c5e80149588..13618c91a48 100644
--- a/htdocs/public/donations/therm.php
+++ b/htdocs/public/donations/therm.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/public/donations/therm.php
* \ingroup donation
* \brief Screen with thermometer
- * \version $Id$
+ * \version $Id: therm.php,v 1.8 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
diff --git a/htdocs/public/index.php b/htdocs/public/index.php
index a0024f11310..639badd8cfd 100644
--- a/htdocs/public/index.php
+++ b/htdocs/public/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.5 2011/07/31 23:23:21 eldy Exp $
*/
require("../master.inc.php");
diff --git a/htdocs/public/members/index.php b/htdocs/public/members/index.php
index e98ec22c97b..b2084916997 100644
--- a/htdocs/public/members/index.php
+++ b/htdocs/public/members/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.3 2011/07/31 23:23:21 eldy Exp $
*/
require("../../master.inc.php");
diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
index f4d349046b0..b68c5e3f15d 100644
--- a/htdocs/public/members/new.php
+++ b/htdocs/public/members/new.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/public/members/new.php
* \ingroup member
* \brief Example of form to add a new member
- * \version $Id: new.php,v 1.42 2011/07/13 11:56:36 eldy Exp $
+ * \version $Id: new.php,v 1.43 2011/07/31 23:23:21 eldy Exp $
*
* Note that you can add following constant to change behaviour of page
* MEMBER_NEWFORM_AMOUNT Default amount for autosubscribe form
@@ -289,7 +288,7 @@ if ($action == 'added')
print $langs->trans("NewMemberbyWeb");
print '';
- llxFooterVierge('$Date: 2011/07/13 11:56:36 $ - $Revision: 1.42 $');
+ llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.43 $');
exit;
}
@@ -537,5 +536,5 @@ print "
\n";
$db->close();
-llxFooterVierge('$Date: 2011/07/13 11:56:36 $ - $Revision: 1.42 $');
+llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.43 $');
?>
diff --git a/htdocs/public/members/public_card.php b/htdocs/public/members/public_card.php
index 72db8f68fb1..a322b0de163 100644
--- a/htdocs/public/members/public_card.php
+++ b/htdocs/public/members/public_card.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/public/members/public_card.php
* \ingroup member
* \brief File to show a public card of a member
- * \version $Id$
+ * \version $Id: public_card.php,v 1.12 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -114,7 +113,7 @@ if ($rowid > 0)
$db->close();
-llxFooterVierge('$Date$ - $Revision$');
+llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.12 $');
/* Functions header and footer */
diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php
index 7e7272801f5..47185e9885f 100644
--- a/htdocs/public/members/public_list.php
+++ b/htdocs/public/members/public_list.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/public/members/public_list.php
* \ingroup member
* \brief File sample to list members
- * \version $Id$
+ * \version $Id: public_list.php,v 1.18 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -144,5 +143,5 @@ else
$db->close();
-llxFooterVierge('$Date$ - $Revision$');
+llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
?>
diff --git a/htdocs/public/paybox/index.php b/htdocs/public/paybox/index.php
index 55d099b9519..43ba2dbfca8 100644
--- a/htdocs/public/paybox/index.php
+++ b/htdocs/public/paybox/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
*/
require("../../master.inc.php");
diff --git a/htdocs/public/paybox/newpayment.php b/htdocs/public/paybox/newpayment.php
index 9d405438673..d3f8ac6c78b 100644
--- a/htdocs/public/paybox/newpayment.php
+++ b/htdocs/public/paybox/newpayment.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 .
*/
/**
@@ -23,7 +22,7 @@
* \ingroup paybox
* \brief File to offer a way to make a payment for a particular Dolibarr entity
* \author Laurent Destailleur
- * \version $Id: newpayment.php,v 1.60 2011/07/13 12:03:30 eldy Exp $
+ * \version $Id: newpayment.php,v 1.61 2011/07/31 23:23:21 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -729,5 +728,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date: 2011/07/13 12:03:30 $ - $Revision: 1.60 $');
+llxFooterPayBox('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.61 $');
?>
diff --git a/htdocs/public/paybox/paymentko.php b/htdocs/public/paybox/paymentko.php
index 02047f07b9c..b5b66ccd49a 100644
--- a/htdocs/public/paybox/paymentko.php
+++ b/htdocs/public/paybox/paymentko.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 .
*/
/**
@@ -22,7 +21,7 @@
* \ingroup paybox
* \brief File to show page after a failed payment
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: paymentko.php,v 1.9 2011/07/31 23:23:20 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -78,5 +77,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date$ - $Revision$');
+llxFooterPayBox('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.9 $');
?>
diff --git a/htdocs/public/paybox/paymentok.php b/htdocs/public/paybox/paymentok.php
index 86d9cc39891..4cce6c8a230 100644
--- a/htdocs/public/paybox/paymentok.php
+++ b/htdocs/public/paybox/paymentok.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 .
*/
/**
@@ -22,7 +21,7 @@
* \ingroup paybox
* \brief File to show page after a successful payment
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: paymentok.php,v 1.9 2011/07/31 23:23:20 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -78,5 +77,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date$ - $Revision$');
+llxFooterPayBox('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.9 $');
?>
diff --git a/htdocs/public/paypal/index.php b/htdocs/public/paypal/index.php
index a43eb42417c..fec58bf75eb 100755
--- a/htdocs/public/paypal/index.php
+++ b/htdocs/public/paypal/index.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 .
*/
/**
@@ -21,7 +20,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: index.php,v 1.2 2011/07/31 23:23:20 eldy Exp $
*/
require("../../master.inc.php");
diff --git a/htdocs/public/paypal/newpayment.php b/htdocs/public/paypal/newpayment.php
index 5215b3f9924..860d2c3ab55 100755
--- a/htdocs/public/paypal/newpayment.php
+++ b/htdocs/public/paypal/newpayment.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 .
*/
/**
@@ -23,7 +22,7 @@
* \ingroup paypal
* \brief File to offer a way to make a payment for a particular Dolibarr entity
* \author Laurent Destailleur
- * \version $Id: newpayment.php,v 1.24 2011/07/13 12:00:18 eldy Exp $
+ * \version $Id: newpayment.php,v 1.26 2011/07/31 23:23:20 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -287,6 +286,7 @@ if (! empty($conf->global->PAYPAL_NEWFORM_TEXT))
$langs->load("members");
if (preg_match('/^\((.*)\)$/',$conf->global->PAYPAL_NEWFORM_TEXT,$reg)) $text.=$langs->trans($reg[1])."
\n";
else $text.=$conf->global->PAYPAL_NEWFORM_TEXT."
\n";
+ $text=' '.$text.'
|
'."\n";
}
if (empty($text))
{
@@ -946,5 +946,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close();
-llxFooterPaypal('$Date: 2011/07/13 12:00:18 $ - $Revision: 1.24 $');
+llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.26 $');
?>
diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php
index dd6f6f810dd..5b3487d4f00 100755
--- a/htdocs/public/paypal/paymentko.php
+++ b/htdocs/public/paypal/paymentko.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 .
*/
/**
@@ -24,7 +23,7 @@
* This page is called by paypal with url provided to payal competed with parameter TOKEN=xxx
* This token can be used to get more informations.
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: paymentko.php,v 1.7 2011/07/31 23:23:20 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -82,5 +81,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close();
-llxFooterPaypal('$Date$ - $Revision$');
+llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.7 $');
?>
diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php
index ef4d92273df..00fd9ab39c9 100755
--- a/htdocs/public/paypal/paymentok.php
+++ b/htdocs/public/paypal/paymentok.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 .
*/
/**
@@ -24,7 +23,7 @@
* This page is called by paypal with url provided to payal competed with parameter TOKEN=xxx
* This token can be used to get more informations.
* \author Laurent Destailleur
- * \version $Id$
+ * \version $Id: paymentok.php,v 1.12 2011/07/31 23:23:20 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -189,5 +188,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close();
-llxFooterPaypal('$Date$ - $Revision$');
+llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.12 $');
?>
diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index cdf0b7236d6..09d69531be7 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.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/societe/agenda.php
* \ingroup societe
* \brief Page of third party events
- * \version $Id$
+ * \version $Id: agenda.php,v 1.21 2011/07/31 23:22:57 eldy Exp $
*/
require("../main.inc.php");
@@ -187,5 +186,5 @@ if ($_GET["socid"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.21 $');
?>
diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php
index 4683b879a58..087d6f4bef0 100644
--- a/htdocs/societe/ajaxcompanies.php
+++ b/htdocs/societe/ajaxcompanies.php
@@ -15,14 +15,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/societe/ajaxcompanies.php
* \brief File to return Ajax response on third parties request
- * \version $Id$
+ * \version $Id: ajaxcompanies.php,v 1.30 2011/07/31 23:22:57 eldy Exp $
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
diff --git a/htdocs/societe/ajaxcountries.php b/htdocs/societe/ajaxcountries.php
index c01f914d497..6ea19ebc44c 100644
--- a/htdocs/societe/ajaxcountries.php
+++ b/htdocs/societe/ajaxcountries.php
@@ -13,14 +13,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/societe/ajaxcountries.php
* \brief File to return Ajax response on country request
- * \version $Id$
+ * \version $Id: ajaxcountries.php,v 1.15 2011/07/31 23:22:56 eldy Exp $
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
diff --git a/htdocs/societe/canvas/actions_card_common.class.php b/htdocs/societe/canvas/actions_card_common.class.php
index 1abcabd8134..0398be3d25e 100644
--- a/htdocs/societe/canvas/actions_card_common.class.php
+++ b/htdocs/societe/canvas/actions_card_common.class.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/societe/canvas/actions_card_common.class.php
* \ingroup thirdparty
* \brief Fichier de la classe Thirdparty card controller (common)
- * \version $Id: actions_card_common.class.php,v 1.23 2011/07/08 13:07:45 eldy Exp $
+ * \version $Id: actions_card_common.class.php,v 1.24 2011/07/31 23:22:58 eldy Exp $
*/
/**
diff --git a/htdocs/societe/canvas/default/actions_card_default.class.php b/htdocs/societe/canvas/default/actions_card_default.class.php
index 3050584ab62..0d392e98d2d 100644
--- a/htdocs/societe/canvas/default/actions_card_default.class.php
+++ b/htdocs/societe/canvas/default/actions_card_default.class.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/societe/canvas/default/actions_card_default.class.php
* \ingroup thirdparty
* \brief Fichier de la classe Thirdparty card controller (default canvas)
- * \version $Id$
+ * \version $Id: actions_card_default.class.php,v 1.13 2011/07/31 23:22:58 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT.'/societe/canvas/actions_card_common.class.php');
diff --git a/htdocs/societe/canvas/default/dao_thirdparty_default.class.php b/htdocs/societe/canvas/default/dao_thirdparty_default.class.php
index 4aac3873b26..c1c6028c9e2 100644
--- a/htdocs/societe/canvas/default/dao_thirdparty_default.class.php
+++ b/htdocs/societe/canvas/default/dao_thirdparty_default.class.php
@@ -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/societe/canvas/default/dao_thirdparty_default.class.php
* \ingroup thirdparty
* \brief Fichier de la classe des tiers par defaut
- * \version $Id$
+ * \version $Id: dao_thirdparty_default.class.php,v 1.5 2011/07/31 23:22:58 eldy Exp $
*/
/**
diff --git a/htdocs/societe/canvas/default/tpl/card_create.tpl.php b/htdocs/societe/canvas/default/tpl/card_create.tpl.php
index c0850550a0f..58dd446377e 100644
--- a/htdocs/societe/canvas/default/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_create.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: card_create.tpl.php,v 1.12 2011/07/31 23:22:58 eldy Exp $
*/
?>
diff --git a/htdocs/societe/canvas/default/tpl/card_edit.tpl.php b/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
index b3ec839f4ef..77c043aa53f 100644
--- a/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: card_edit.tpl.php,v 1.11 2011/07/31 23:22:58 eldy Exp $
*/
$contact = $GLOBALS['objcanvas']->control->object;
diff --git a/htdocs/societe/canvas/default/tpl/card_view.tpl.php b/htdocs/societe/canvas/default/tpl/card_view.tpl.php
index 31688e7e61c..b9b7354d2ae 100644
--- a/htdocs/societe/canvas/default/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_view.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: card_view.tpl.php,v 1.15 2011/07/31 23:22:58 eldy Exp $
*/
$soc = $GLOBALS['objcanvas']->control->object;
diff --git a/htdocs/societe/canvas/individual/actions_card_individual.class.php b/htdocs/societe/canvas/individual/actions_card_individual.class.php
index 1fc3939aebb..71c259f9a9d 100644
--- a/htdocs/societe/canvas/individual/actions_card_individual.class.php
+++ b/htdocs/societe/canvas/individual/actions_card_individual.class.php
@@ -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/societe/canvas/individual/actions_card_individual.class.php
* \ingroup thirdparty
* \brief Fichier de la classe Thirdparty card controller (individual canvas)
- * \version $Id$
+ * \version $Id: actions_card_individual.class.php,v 1.13 2011/07/31 23:22:59 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT.'/societe/canvas/actions_card_common.class.php');
diff --git a/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php b/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
index c6b66436c59..d1a1b0240af 100644
--- a/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
+++ b/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
@@ -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/societe/canvas/individual/dao_thirdparty_individual.class.php
* \ingroup thirdparty
* \brief Fichier de la classe des particuliers
- * \version $Id$
+ * \version $Id: dao_thirdparty_individual.class.php,v 1.6 2011/07/31 23:22:59 eldy Exp $
*/
/**
diff --git a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
index 6f3d07fae61..60ab4675d4f 100644
--- a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id: card_create.tpl.php,v 1.9 2011/07/06 08:09:28 hregis Exp $
+ * $Id: card_create.tpl.php,v 1.10 2011/07/31 23:22:59 eldy Exp $
*/
?>
diff --git a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
index ffb6071d538..a080589cc77 100644
--- a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: card_edit.tpl.php,v 1.8 2011/07/31 23:22:59 eldy Exp $
*/
?>
diff --git a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
index 86504ec6462..2666b1f82ea 100644
--- a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id: card_view.tpl.php,v 1.11 2011/07/06 08:09:28 hregis Exp $
+ * $Id: card_view.tpl.php,v 1.12 2011/07/31 23:22:59 eldy Exp $
*/
$object = $GLOBALS['objcanvas']->control->object;
diff --git a/htdocs/societe/checkvat/checkVatPopup.php b/htdocs/societe/checkvat/checkVatPopup.php
index 2d49ccc9b2b..020b418a0b3 100644
--- a/htdocs/societe/checkvat/checkVatPopup.php
+++ b/htdocs/societe/checkvat/checkVatPopup.php
@@ -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/societe/checkvat/checkVatPopup.php
* \ingroup societe
* \brief Popup screen to validate VAT
- * \version $Id$
+ * \version $Id: checkVatPopup.php,v 1.20 2011/07/31 23:22:59 eldy Exp $
*/
require ("../../main.inc.php");
@@ -67,7 +66,7 @@ else
$params=getSoapParams();
//ini_set('default_socket_timeout', $params['response_timeout']);
//$soapclient = new SoapClient($WS_DOL_URL_WSDL,$params);
- $soapclient = new nusoap_client($WS_DOL_URL_WSDL,true,$params['proxy_host'],$params['proxy_port'],$params['proxy_user'],$params['proxy_host'],$params['connection_timeout'],$params['response_timeout']);
+ $soapclient = new nusoap_client($WS_DOL_URL_WSDL,true,$params['proxy_host'],$params['proxy_port'],$params['proxy_login'],$params['proxy_password'],$params['connection_timeout'],$params['response_timeout']);
// Check for an error
$err = $soapclient->getError();
@@ -167,5 +166,5 @@ if ($messagetoshow)
}
-llxFooter('$Date$ - $Revision$',0);
+llxFooter('$Date: 2011/07/31 23:22:59 $ - $Revision: 1.20 $',0);
?>
diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php
index 3fc3c9d6538..ef776327f67 100644
--- a/htdocs/societe/class/address.class.php
+++ b/htdocs/societe/class/address.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/societe/class/address.class.php
* \ingroup societe
* \brief Fichier de la classe des adresses des tiers
- * \version $Id$
+ * \version $Id: address.class.php,v 1.5 2011/07/31 23:22:58 eldy Exp $
*/
diff --git a/htdocs/societe/class/client.class.php b/htdocs/societe/class/client.class.php
index f05779bb64e..981b375a258 100644
--- a/htdocs/societe/class/client.class.php
+++ b/htdocs/societe/class/client.class.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/societe/class/client.class.php
* \ingroup societe
* \brief File for class of customers
- * \version $Id$
+ * \version $Id: client.class.php,v 1.4 2011/07/31 23:22:58 eldy Exp $
*/
include_once(DOL_DOCUMENT_ROOT."/societe/class/societe.class.php");
diff --git a/htdocs/societe/class/companybankaccount.class.php b/htdocs/societe/class/companybankaccount.class.php
index 79601ea1031..8f373b577e8 100644
--- a/htdocs/societe/class/companybankaccount.class.php
+++ b/htdocs/societe/class/companybankaccount.class.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 .
*/
/*
* \files htdocs/societe/class/companybankaccount.class.php
* \ingroup societe
* \brief File of class to manage bank accounts description of third parties
- * \version $Id: companybankaccount.class.php,v 1.10 2011/07/29 20:47:35 eldy Exp $
+ * \version $Id: companybankaccount.class.php,v 1.11 2011/07/31 23:22:58 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/compta/bank/class/account.class.php");
diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
index 7099b6cc22f..fc8450ad55c 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -19,15 +19,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/societe/class/societe.class.php
* \ingroup societe
* \brief File for third party class
- * \version $Id: societe.class.php,v 1.91 2011/07/07 21:32:21 eldy Exp $
+ * \version $Id: societe.class.php,v 1.92 2011/07/31 23:22:58 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
diff --git a/htdocs/societe/commerciaux.php b/htdocs/societe/commerciaux.php
index 7415187f9d6..f4b39ce83ed 100644
--- a/htdocs/societe/commerciaux.php
+++ b/htdocs/societe/commerciaux.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/societe/commerciaux.php
* \ingroup societe
* \brief Page of links to sales representatives
- * \version $Id$
+ * \version $Id: commerciaux.php,v 1.29 2011/07/31 23:22:56 eldy Exp $
*/
require("../main.inc.php");
@@ -251,5 +250,5 @@ if ($_GET["socid"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.29 $');
?>
diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
index 74252ada670..1c8e2cfb7bf 100644
--- a/htdocs/societe/document.php
+++ b/htdocs/societe/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/societe/document.php
* \brief Tab for documents linked to third party
* \ingroup societe
- * \version $Id: document.php,v 1.38 2011/07/14 05:21:52 hregis Exp $
+ * \version $Id: document.php,v 1.39 2011/07/31 23:22:57 eldy Exp $
*/
require("../main.inc.php");
@@ -241,6 +240,6 @@ else
$db->close();
-llxFooter('$Date: 2011/07/14 05:21:52 $ - $Revision: 1.38 $');
+llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.39 $');
?>
diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
index 778b139c198..faefe103cb3 100644
--- a/htdocs/societe/index.php
+++ b/htdocs/societe/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/societe/index.php
* \ingroup societe
* \brief Home page for third parties area
- * \version $Id$
+ * \version $Id: index.php,v 1.17 2011/07/31 23:22:57 eldy Exp $
*/
require("../main.inc.php");
@@ -240,5 +239,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.17 $');
?>
diff --git a/htdocs/societe/info.php b/htdocs/societe/info.php
index 2af56a34195..136c6caea85 100644
--- a/htdocs/societe/info.php
+++ b/htdocs/societe/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/societe/info.php
* \ingroup societe
* \brief Page des informations d'une societe
- * \version $Id$
+ * \version $Id: info.php,v 1.24 2011/07/31 23:22:56 eldy Exp $
*/
require("../main.inc.php");
@@ -68,5 +67,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.24 $');
?>
diff --git a/htdocs/societe/lien.php b/htdocs/societe/lien.php
index 708c62974f5..8319a2aaf2c 100644
--- a/htdocs/societe/lien.php
+++ b/htdocs/societe/lien.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/societe/lien.php
* \ingroup societe
* \brief Page of links to other third parties
- * \version $Id$
+ * \version $Id: lien.php,v 1.38 2011/07/31 23:22:57 eldy Exp $
*/
require("../main.inc.php");
@@ -295,5 +294,5 @@ if($_GET["socid"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.38 $');
?>
diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php
index 0373cabbdf4..15007f3a735 100644
--- a/htdocs/societe/notify/fiche.php
+++ b/htdocs/societe/notify/fiche.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/societe/notify/fiche.php
* \ingroup societe, notification
* \brief Tab for notifications of third party
- * \version $Id$
+ * \version $Id: fiche.php,v 1.70 2011/07/31 23:22:58 eldy Exp $
*/
require("../../main.inc.php");
@@ -350,6 +349,6 @@ if ( $soc->fetch($soc->id) )
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:58 $ - $Revision: 1.70 $');
?>
diff --git a/htdocs/societe/notify/index.php b/htdocs/societe/notify/index.php
index 6b9836a0ac1..4fea0ea8195 100644
--- a/htdocs/societe/notify/index.php
+++ b/htdocs/societe/notify/index.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/societe/notify/index.php
\ingroup notification
\brief List of done notifications
- \version $Id$
+ \version $Id: index.php,v 1.17 2011/07/31 23:22:59 eldy Exp $
*/
require("../../main.inc.php");
@@ -112,5 +111,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:59 $ - $Revision: 1.17 $');
?>
diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php
index 8cf57ec0b64..724900dc500 100644
--- a/htdocs/societe/rib.php
+++ b/htdocs/societe/rib.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/societe/rib.php
* \ingroup societe
* \brief BAN tab for companies
- * \version $Id: rib.php,v 1.36 2011/07/29 20:47:34 eldy Exp $
+ * \version $Id: rib.php,v 1.37 2011/07/31 23:22:56 eldy Exp $
*/
require("../main.inc.php");
@@ -272,5 +271,5 @@ if ($_GET["socid"] && $_GET["action"] == 'edit' && $user->rights->societe->creer
$db->close();
-llxFooter('$Date: 2011/07/29 20:47:34 $ - $Revision: 1.36 $');
+llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.37 $');
?>
diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index c6a9b4904e2..1dfd99cc99e 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.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/societe/soc.php
* \ingroup societe
* \brief Third party card page
- * \version $Id: soc.php,v 1.124 2011/07/19 07:33:23 simnandez Exp $
+ * \version $Id: soc.php,v 1.125 2011/07/31 23:22:57 eldy Exp $
*/
require("../main.inc.php");
@@ -1968,5 +1967,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/19 07:33:23 $ - $Revision: 1.124 $');
+llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.125 $');
?>
\ No newline at end of file
diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php
index 9c5c2bdb162..0a1ad2cdb81 100644
--- a/htdocs/societe/societe.php
+++ b/htdocs/societe/societe.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/societe/societe.php
* \ingroup societe
* \brief Page to show a third party
- * \version $Id$
+ * \version $Id: societe.php,v 1.12 2011/07/31 23:22:56 eldy Exp $
*/
require_once("../main.inc.php");
@@ -430,5 +429,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.12 $');
?>
diff --git a/htdocs/societe/socnote.php b/htdocs/societe/socnote.php
index e0a849af112..08c05cd1b23 100644
--- a/htdocs/societe/socnote.php
+++ b/htdocs/societe/socnote.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/societe/socnote.php
* \brief Tab for notes on third party
* \ingroup societe
- * \version $Id: socnote.php,v 1.22 2011/07/13 16:24:57 eldy Exp $
+ * \version $Id: socnote.php,v 1.23 2011/07/31 23:22:56 eldy Exp $
*/
require("../main.inc.php");
@@ -167,5 +166,5 @@ if ($action != 'edit')
$db->close();
-llxFooter('$Date: 2011/07/13 16:24:57 $ - $Revision: 1.22 $');
+llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.23 $');
?>
diff --git a/htdocs/support/inc.php b/htdocs/support/inc.php
index ba4c7488a33..330d77ee107 100644
--- a/htdocs/support/inc.php
+++ b/htdocs/support/inc.php
@@ -15,14 +15,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/support/inc.php
* \brief File that define environment for support pages
- * \version $Id$
+ * \version $Id: inc.php,v 1.31 2011/07/31 23:22:33 eldy Exp $
*/
define('DOL_VERSION','2.5-dev'); // Also defined in htdocs/master.inc.php
diff --git a/htdocs/support/index.php b/htdocs/support/index.php
index f56b7f60614..3077d54e481 100644
--- a/htdocs/support/index.php
+++ b/htdocs/support/index.php
@@ -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/support/index.php
* \ingroup support
* \brief Provide an Online Help support
- * \version $Id$
+ * \version $Id: index.php,v 1.23 2011/07/31 23:22:33 eldy Exp $
*/
error_reporting(0);
diff --git a/htdocs/support/online.php b/htdocs/support/online.php
index 159b2f5fa44..6a79b33faec 100644
--- a/htdocs/support/online.php
+++ b/htdocs/support/online.php
@@ -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/support/online.php
* \ingroup install
* \brief Provide an Online Help support
- * \version $Id$
+ * \version $Id: online.php,v 1.28 2011/07/31 23:22:33 eldy Exp $
*/
error_reporting(0);
diff --git a/htdocs/theme/auguria/graph-color.php b/htdocs/theme/auguria/graph-color.php
index cda44d58255..bb1a03299ba 100755
--- a/htdocs/theme/auguria/graph-color.php
+++ b/htdocs/theme/auguria/graph-color.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/theme/auguria/graph-color.php
* \brief File to declare colors to use to build graphics with theme Auguria
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.9 2011/07/31 23:22:04 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index 78ca25e85a6..edb62d728d5 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -14,14 +14,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/theme/auguria/style.css.php
* \brief Fichier de style CSS du theme auguria
- * \version $Id: style.css.php,v 1.91 2011/07/28 20:54:02 eldy Exp $
+ * \version $Id: style.css.php,v 1.92 2011/07/31 23:22:04 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/theme/bureau2crea/graph-color.php b/htdocs/theme/bureau2crea/graph-color.php
index 3a01d7a1de1..083db4f9296 100644
--- a/htdocs/theme/bureau2crea/graph-color.php
+++ b/htdocs/theme/bureau2crea/graph-color.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/theme/bureau2crea/graph-color.php
* \brief File to declare colors to use to build graphics with theme Auguria
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.2 2011/07/31 23:19:57 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 6d9f27d592d..c3403b8ca99 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -16,14 +16,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/theme/bureau2crea/style.css.php
* \brief Fichier de style CSS du theme bureau2crea
- * \version $Id: style.css.php,v 1.40 2011/07/21 09:05:33 simnandez Exp $
+ * \version $Id: style.css.php,v 1.41 2011/07/31 23:19:57 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/theme/cameleo/graph-color.php b/htdocs/theme/cameleo/graph-color.php
index 447cf6e7b8d..ad67ea829e8 100644
--- a/htdocs/theme/cameleo/graph-color.php
+++ b/htdocs/theme/cameleo/graph-color.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/theme/cameleo/graph-color.php
* \brief File to declare colors to use to build graphics with theme cameleo
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.2 2011/07/31 23:22:05 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 903e70c91a5..6bc5688eeaa 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -16,14 +16,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/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Cameleo
- * \version $Id: style.css.php,v 1.8 2011/07/21 01:20:33 eldy Exp $
+ * \version $Id: style.css.php,v 1.9 2011/07/31 23:22:05 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/theme/eldy/graph-color.php b/htdocs/theme/eldy/graph-color.php
index 1419de38977..c48f2aee486 100755
--- a/htdocs/theme/eldy/graph-color.php
+++ b/htdocs/theme/eldy/graph-color.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/theme/eldy/graph-color.php
* \brief File to declare colors to use to build graphics with theme Eldy
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.10 2011/07/31 23:22:05 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 9af151bc40a..c15f65c5630 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -14,14 +14,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/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Eldy
- * \version $Id: style.css.php,v 1.88 2011/07/28 13:22:19 eldy Exp $
+ * \version $Id: style.css.php,v 1.89 2011/07/31 23:22:05 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/theme/freelug/graph-color.php b/htdocs/theme/freelug/graph-color.php
index 69e2fc92d46..cadac2164e8 100755
--- a/htdocs/theme/freelug/graph-color.php
+++ b/htdocs/theme/freelug/graph-color.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/theme/freelug/graph-color.php
* \brief File to declare colors to use to build graphics with theme Freelug
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:05 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php
index 928700d2f7a..bca03dc2770 100644
--- a/htdocs/theme/freelug/style.css.php
+++ b/htdocs/theme/freelug/style.css.php
@@ -13,14 +13,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/theme/freelug/style.css.php
* \brief Fichier de style CSS du theme Freelug
- * \version $Id: style.css.php,v 1.43 2011/07/28 13:31:58 eldy Exp $
+ * \version $Id: style.css.php,v 1.44 2011/07/31 23:22:05 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/theme/phones/smartphone/tpl/header.tpl.php b/htdocs/theme/phones/smartphone/tpl/header.tpl.php
index 465ef460be3..319557d365f 100644
--- a/htdocs/theme/phones/smartphone/tpl/header.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/header.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: header.tpl.php,v 1.14 2011/07/31 23:19:27 eldy Exp $
*/
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/login.tpl.php b/htdocs/theme/phones/smartphone/tpl/login.tpl.php
index cedf9daef0a..848ead30096 100644
--- a/htdocs/theme/phones/smartphone/tpl/login.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/login.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: login.tpl.php,v 1.18 2011/07/31 23:19:28 eldy Exp $
*/
top_httphead();
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
index f280e37dd9e..559abda250a 100644
--- a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: menu.tpl.php,v 1.18 2011/07/31 23:19:28 eldy Exp $
*/
top_httphead();
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
index a43b6600488..36fad6998bd 100644
--- a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
@@ -12,10 +12,9 @@
* 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 .
*
- * $Id$
+ * $Id: passwordforgotten.tpl.php,v 1.14 2011/07/31 23:19:27 eldy Exp $
*/
top_httphead();
?>
diff --git a/htdocs/theme/yellow/graph-color.php b/htdocs/theme/yellow/graph-color.php
index 2b72a2a2761..9dfadfa57ba 100755
--- a/htdocs/theme/yellow/graph-color.php
+++ b/htdocs/theme/yellow/graph-color.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/theme/yellow/graph-color.php
* \brief File to declare colors to use to build graphics with theme Yellow
* \ingroup core
- * \version $Id$
+ * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:04 eldy Exp $
*/
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php
index 74a4705b691..6e14cbf8e12 100644
--- a/htdocs/theme/yellow/style.css.php
+++ b/htdocs/theme/yellow/style.css.php
@@ -13,14 +13,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/theme/yellow/style.css.php
* \brief Fichier de style CSS du theme Yellow
- * \version $Id: style.css.php,v 1.45 2011/07/28 13:31:58 eldy Exp $
+ * \version $Id: style.css.php,v 1.46 2011/07/31 23:22:04 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
index 33c4bc837d2..393d9710a48 100644
--- a/htdocs/user/class/user.class.php
+++ b/htdocs/user/class/user.class.php
@@ -18,14 +18,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/user/class/user.class.php
* \brief Fichier de la classe utilisateur
- * \version $Id: user.class.php,v 1.46 2011/07/17 18:13:44 eldy Exp $
+ * \version $Id: user.class.php,v 1.47 2011/07/31 23:21:26 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");
diff --git a/htdocs/user/class/usergroup.class.php b/htdocs/user/class/usergroup.class.php
index 95ff706a916..74c1970c7f6 100644
--- a/htdocs/user/class/usergroup.class.php
+++ b/htdocs/user/class/usergroup.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/user/class/usergroup.class.php
* \brief Fichier de la classe des groupes d'utilisateur
* \author Rodolphe Qiedeville
- * \version $Id: usergroup.class.php,v 1.11 2011/07/08 18:49:16 eldy Exp $
+ * \version $Id: usergroup.class.php,v 1.12 2011/07/31 23:21:26 eldy Exp $
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
index b4d7cfc266c..a1adef9ad74 100644
--- a/htdocs/user/clicktodial.php
+++ b/htdocs/user/clicktodial.php
@@ -13,14 +13,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/user/clicktodial.php
* \brief Page for Click to dial datas
- * \version $Id$
+ * \version $Id: clicktodial.php,v 1.25 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -201,5 +200,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.25 $');
?>
diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php
index 7ca187da7a7..4531214e886 100644
--- a/htdocs/user/fiche.php
+++ b/htdocs/user/fiche.php
@@ -17,14 +17,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/user/fiche.php
* \brief Tab of user card
- * \version $Id: fiche.php,v 1.274 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: fiche.php,v 1.275 2011/07/31 23:19:43 eldy Exp $
*/
require("../main.inc.php");
@@ -1660,7 +1659,7 @@ else
$db->close();
-llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.274 $');
+llxFooter('$Date: 2011/07/31 23:19:43 $ - $Revision: 1.275 $');
diff --git a/htdocs/user/group/fiche.php b/htdocs/user/group/fiche.php
index 61c873a23b5..052021abd95 100644
--- a/htdocs/user/group/fiche.php
+++ b/htdocs/user/group/fiche.php
@@ -14,14 +14,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/user/group/fiche.php
* \brief Onglet groupes utilisateurs
- * \version $Id: fiche.php,v 1.68 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: fiche.php,v 1.69 2011/07/31 23:21:25 eldy Exp $
*/
require("../../main.inc.php");
@@ -474,5 +473,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.68 $');
+llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.69 $');
?>
diff --git a/htdocs/user/group/index.php b/htdocs/user/group/index.php
index b725674c48d..e25ab02e785 100644
--- a/htdocs/user/group/index.php
+++ b/htdocs/user/group/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/user/group/index.php
* \ingroup core
* \brief Page of user groups
- * \version $Id$
+ * \version $Id: index.php,v 1.24 2011/07/31 23:21:25 eldy Exp $
*/
require("../../main.inc.php");
@@ -109,6 +108,6 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.24 $');
?>
diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
index 3f72932b347..eb342318fa6 100644
--- a/htdocs/user/group/ldap.php
+++ b/htdocs/user/group/ldap.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/user/group/ldap.php
* \ingroup ldap
* \brief Page fiche LDAP groupe
- * \version $Id: ldap.php,v 1.25 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: ldap.php,v 1.26 2011/07/31 23:21:25 eldy Exp $
*/
require("../../main.inc.php");
@@ -216,5 +215,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.25 $');
+llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.26 $');
?>
diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php
index 527143d0448..e4e52c611b4 100644
--- a/htdocs/user/group/perms.php
+++ b/htdocs/user/group/perms.php
@@ -16,14 +16,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/user/group/perms.php
* \brief Onglet user et permissions de la fiche utilisateur
- * \version $Id: perms.php,v 1.38 2011/07/08 15:50:28 eldy Exp $
+ * \version $Id: perms.php,v 1.39 2011/07/31 23:21:25 eldy Exp $
*/
require("../../main.inc.php");
@@ -293,5 +292,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date: 2011/07/08 15:50:28 $ - $Revision: 1.38 $');
+llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.39 $');
?>
diff --git a/htdocs/user/home.php b/htdocs/user/home.php
index 5830fd8a46c..8d3371ea4fa 100644
--- a/htdocs/user/home.php
+++ b/htdocs/user/home.php
@@ -13,14 +13,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/user/home.php
* \brief Home page of users and groups management
- * \version $Id$
+ * \version $Id: home.php,v 1.48 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -220,5 +219,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.48 $');
?>
diff --git a/htdocs/user/index.php b/htdocs/user/index.php
index e392602dfaf..d0d692dd775 100644
--- a/htdocs/user/index.php
+++ b/htdocs/user/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/user/index.php
* \ingroup core
* \brief Page of users
- * \version $Id$
+ * \version $Id: index.php,v 1.51 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -150,5 +149,5 @@ else
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.51 $');
?>
diff --git a/htdocs/user/info.php b/htdocs/user/info.php
index 6cbdc91f460..c4fa92297fd 100644
--- a/htdocs/user/info.php
+++ b/htdocs/user/info.php
@@ -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/user/info.php
* \ingroup core
* \brief Page des informations d'un utilisateur
- * \version $Id$
+ * \version $Id: info.php,v 1.19 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -73,5 +72,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.19 $');
?>
diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php
index 4c037fb17ee..b2b92f363a5 100644
--- a/htdocs/user/ldap.php
+++ b/htdocs/user/ldap.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/user/ldap.php
* \ingroup ldap
* \brief Page fiche LDAP utilisateur
- * \version $Id: ldap.php,v 1.30 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: ldap.php,v 1.31 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -233,5 +232,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.30 $');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.31 $');
?>
diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php
index ef9dd2c408a..c99c52cf063 100644
--- a/htdocs/user/logout.php
+++ b/htdocs/user/logout.php
@@ -15,14 +15,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/user/logout.php
* \brief Page called to disconnect a user
- * \version $Id$
+ * \version $Id: logout.php,v 1.49 2011/07/31 23:19:42 eldy Exp $
*/
//if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Uncomment creates pb to relogon after a disconnect
diff --git a/htdocs/user/note.php b/htdocs/user/note.php
index 7308041afb3..3d2c3fbafa1 100644
--- a/htdocs/user/note.php
+++ b/htdocs/user/note.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/user/note.php
* \ingroup usergroup
* \brief Fiche de notes sur un utilisateur Dolibarr
- * \version $Id$
+ * \version $Id: note.php,v 1.24 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -165,5 +164,5 @@ if ($id)
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.24 $');
?>
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index e938755bf55..7f012e19284 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -13,14 +13,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/user/param_ihm.php
* \brief Page to show user setup for display
- * \version $Id: param_ihm.php,v 1.52 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: param_ihm.php,v 1.53 2011/07/31 23:19:43 eldy Exp $
*/
require("../main.inc.php");
@@ -259,5 +258,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.52 $');
+llxFooter('$Date: 2011/07/31 23:19:43 $ - $Revision: 1.53 $');
?>
diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
index 02a4318c340..98124e66972 100644
--- a/htdocs/user/passwordforgotten.php
+++ b/htdocs/user/passwordforgotten.php
@@ -13,14 +13,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/user/passwordforgotten.php
* \brief Page to ask a new password
- * \version $Id: passwordforgotten.php,v 1.75 2011/07/08 18:49:17 eldy Exp $
+ * \version $Id: passwordforgotten.php,v 1.76 2011/07/31 23:19:43 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
index 0e7abfc9902..adb7fa764b6 100644
--- a/htdocs/user/perms.php
+++ b/htdocs/user/perms.php
@@ -16,14 +16,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/user/perms.php
* \brief Onglet user et permissions de la fiche utilisateur
- * \version $Id$
+ * \version $Id: perms.php,v 1.56 2011/07/31 23:19:42 eldy Exp $
*/
require("../main.inc.php");
@@ -374,5 +373,5 @@ print '';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.56 $');
?>
diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php
index 143af8934c7..fb4b85a0aa9 100644
--- a/htdocs/viewimage.php
+++ b/htdocs/viewimage.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 .
* or see http://www.gnu.org/
*/
@@ -23,7 +22,7 @@
* \file htdocs/viewimage.php
* \brief Wrapper to show images into Dolibarr screens
* \remarks Call to wrapper is '
'
- * \version $Id: viewimage.php,v 1.96 2011/07/28 13:56:17 eldy Exp $
+ * \version $Id: viewimage.php,v 1.97 2011/07/31 23:19:04 eldy Exp $
*/
// Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP).
diff --git a/htdocs/webservices/admin/webservices.php b/htdocs/webservices/admin/webservices.php
index f3a49b805bd..743fa2fa138 100644
--- a/htdocs/webservices/admin/webservices.php
+++ b/htdocs/webservices/admin/webservices.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/webservices/admin/webservices.php
* \ingroup webservices
* \brief Page to setup webservices module
- * \version $Id$
+ * \version $Id: webservices.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
*/
require("../../main.inc.php");
@@ -146,5 +145,5 @@ print '
';
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/31 23:21:08 $ - $Revision: 1.8 $');
?>
diff --git a/htdocs/webservices/demo_wsclient_invoice.php b/htdocs/webservices/demo_wsclient_invoice.php
index 6cabefd522d..8bfc7d0efa7 100755
--- a/htdocs/webservices/demo_wsclient_invoice.php
+++ b/htdocs/webservices/demo_wsclient_invoice.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/webservices/demo_wsclient_invoice.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_invoice"
- * \version $Id$
+ * \version $Id: demo_wsclient_invoice.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/demo_wsclient_other.php b/htdocs/webservices/demo_wsclient_other.php
index 6026a199fc7..7ec42251a16 100755
--- a/htdocs/webservices/demo_wsclient_other.php
+++ b/htdocs/webservices/demo_wsclient_other.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/webservices/demo_wsclient_other.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_other"
- * \version $Id$
+ * \version $Id: demo_wsclient_other.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/demo_wsclient_thirdparty.php b/htdocs/webservices/demo_wsclient_thirdparty.php
index d9bc209ce11..6a646b98570 100755
--- a/htdocs/webservices/demo_wsclient_thirdparty.php
+++ b/htdocs/webservices/demo_wsclient_thirdparty.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/webservices/demo_wsclient_thirdparty.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_other"
- * \version $Id$
+ * \version $Id: demo_wsclient_thirdparty.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/index.php b/htdocs/webservices/index.php
index 971cf3aa03e..4752651c128 100644
--- a/htdocs/webservices/index.php
+++ b/htdocs/webservices/index.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/webservices/server_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id$
+ * \version $Id: index.php,v 1.5 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_invoice.php b/htdocs/webservices/server_invoice.php
index 5a5f09370b3..33ae1d69ba1 100755
--- a/htdocs/webservices/server_invoice.php
+++ b/htdocs/webservices/server_invoice.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/webservices/server_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id$
+ * \version $Id: server_invoice.php,v 1.14 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_other.php b/htdocs/webservices/server_other.php
index 0d32271038e..42b65a2aee5 100644
--- a/htdocs/webservices/server_other.php
+++ b/htdocs/webservices/server_other.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/webservices/server_other.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id$
+ * \version $Id: server_other.php,v 1.12 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_supplier_invoice.php b/htdocs/webservices/server_supplier_invoice.php
index 05479e9b825..2df693d9fad 100755
--- a/htdocs/webservices/server_supplier_invoice.php
+++ b/htdocs/webservices/server_supplier_invoice.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/webservices/server_supplier_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id$
+ * \version $Id: server_supplier_invoice.php,v 1.9 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_thirdparty.php b/htdocs/webservices/server_thirdparty.php
index ebd153681a1..da2f0bb3a3e 100755
--- a/htdocs/webservices/server_thirdparty.php
+++ b/htdocs/webservices/server_thirdparty.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/webservices/server_thirdparty.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id$
+ * \version $Id: server_thirdparty.php,v 1.13 2011/07/31 23:21:08 eldy Exp $
*/
// This is to make Dolibarr working with Plesk