diff --git a/htdocs/boxes.php b/htdocs/boxes.php
index 2affdf654d3..d6ebd67094b 100644
--- a/htdocs/boxes.php
+++ b/htdocs/boxes.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -22,7 +23,7 @@
* \brief File of class to manage widget boxes
* \author Rodolphe Qiedeville
* \author Laurent Destailleur
- * \version $Id: boxes.php,v 1.54 2011/07/31 23:19:04 eldy Exp $
+ * \version $Id: boxes.php,v 1.53 2011/07/08 17:59:55 eldy Exp $
*/
diff --git a/htdocs/document.php b/htdocs/document.php
index 394f5326ce3..8f4b32486b2 100644
--- a/htdocs/document.php
+++ b/htdocs/document.php
@@ -17,14 +17,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
/**
* \file htdocs/document.php
* \brief Wrapper to download data files
- * \version $Id: document.php,v 1.123 2011/07/31 23:19:04 eldy Exp $
+ * \version $Id: document.php,v 1.122 2011/07/09 00:15:16 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 3148174f5af..13a97bf54b3 100755
--- a/htdocs/filefunc.inc.php
+++ b/htdocs/filefunc.inc.php
@@ -20,14 +20,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.21 2011/07/31 23:19:04 eldy Exp $
+ * \version $Id: filefunc.inc.php,v 1.20 2011/07/30 10:23:24 eldy Exp $
*/
define('DOL_VERSION','3.1.0-beta'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
@@ -64,7 +65,7 @@ $conffiletoshowshort = "conf.php";
# Define localization of conf file
$conffile = "conf/conf.php";
$conffiletoshow = "htdocs/conf/conf.php";
-# For debian/redhat like systems
+# For debian like systems
#$conffile = "/etc/dolibarr/conf.php";
#$conffiletoshow = "/etc/dolibarr/conf.php";
diff --git a/htdocs/index.php b/htdocs/index.php
index f027e94a35a..5998094d362 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/index.php
* \brief Dolibarr home page
- * \version $Id: index.php,v 1.200 2011/07/31 23:19:05 eldy Exp $
+ * \version $Id: index.php,v 1.199 2011/07/30 10:23:24 eldy Exp $
*/
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
@@ -573,7 +574,7 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING))
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:05 $ - $Revision: 1.200 $');
+llxFooter('$Date: 2011/07/30 10:23:24 $ - $Revision: 1.199 $');
/**
diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 1bdeb9562e6..49b67f9349a 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -18,14 +18,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.756 2011/07/31 23:19:05 eldy Exp $
+ * \version $Id: main.inc.php,v 1.755 2011/07/30 10:23:24 eldy Exp $
*/
@ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 1d5b4951490..03ef2767e40 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -21,7 +21,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -29,7 +30,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.351 2011/07/31 23:19:04 eldy Exp $
+ * \version $Id: master.inc.php,v 1.350 2011/07/30 10:23:24 eldy Exp $
*/
diff --git a/htdocs/paybox/admin/paybox.php b/htdocs/paybox/admin/paybox.php
index 2760915dafb..9f265b5a0dc 100644
--- a/htdocs/paybox/admin/paybox.php
+++ b/htdocs/paybox/admin/paybox.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/paybox/admin/paybox.php
* \ingroup paybox
* \brief Page to setup paybox module
- * \version $Id: paybox.php,v 1.14 2011/07/31 23:20:29 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -211,5 +212,5 @@ print info_admin($langs->trans("YouCanAddTagOnUrl"));
$db->close();
-llxFooter('$Date: 2011/07/31 23:20:29 $ - $Revision: 1.14 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
index 454073d9730..565194fe8b4 100755
--- a/htdocs/paybox/lib/paybox.lib.php
+++ b/htdocs/paybox/lib/paybox.lib.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
@@ -21,7 +22,7 @@
* \file htdocs/paybox/lib/paybox.lib.php
* \ingroup paybox
* \brief Library for common paybox functions
- * \version $Id: paybox.lib.php,v 1.9 2011/07/31 23:24:24 eldy Exp $
+ * \version $Id$
*/
function llxHeaderPaybox($title, $head = "")
{
diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index fb798aed47b..37ca979071a 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/paypal/admin/paypal.php
* \ingroup paypal
* \brief Page to setup paypal module
- * \version $Id: paypal.php,v 1.23 2011/07/31 23:24:25 eldy Exp $
+ * \version $Id: paypal.php,v 1.22 2011/07/09 08:05:08 hregis Exp $
*/
require("../../main.inc.php");
@@ -272,5 +273,5 @@ print info_admin($langs->trans("YouCanAddTagOnUrl"));
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:25 $ - $Revision: 1.23 $');
+llxFooter('$Date: 2011/07/09 08:05:08 $ - $Revision: 1.22 $');
?>
diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
index b5304ba4198..82ec9a15c2e 100755
--- a/htdocs/paypal/lib/paypal.lib.php
+++ b/htdocs/paypal/lib/paypal.lib.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
@@ -21,7 +22,7 @@
* \file htdocs/paypal/lib/paypal.lib.php
* \ingroup paypal
* \brief Library for common paypal functions
- * \version $Id: paypal.lib.php,v 1.26 2011/07/31 23:24:24 eldy Exp $
+ * \version $Id: paypal.lib.php,v 1.25 2011/07/13 16:55:34 eldy Exp $
*/
function llxHeaderPaypal($title, $head = "")
{
diff --git a/htdocs/product/admin/produit.php b/htdocs/product/admin/produit.php
index 8bf475f0b35..0ec44a649b9 100644
--- a/htdocs/product/admin/produit.php
+++ b/htdocs/product/admin/produit.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/admin/produit.php
* \ingroup produit
* \brief Page d'administration/configuration du module Produit
- * \version $Id: produit.php,v 1.7 2011/07/31 23:24:02 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -294,5 +295,5 @@ if ($conf->global->PRODUCT_CANVAS_ABILITY)
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:02 $ - $Revision: 1.7 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/ajaxproducts.php b/htdocs/product/ajaxproducts.php
index 2f5b4838d29..dc92b76134c 100644
--- a/htdocs/product/ajaxproducts.php
+++ b/htdocs/product/ajaxproducts.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/ajaxproducts.php
* \brief File to return Ajax response on product list request
- * \version $Id: ajaxproducts.php,v 1.37 2011/07/31 23:19:26 eldy Exp $
+ * \version $Id: ajaxproducts.php,v 1.36 2011/07/10 17:28:10 hregis Exp $
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php
index 007ca050d66..cdb297d3f76 100644
--- a/htdocs/product/barcode.php
+++ b/htdocs/product/barcode.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/barcode.php
* \ingroup product
* \brief Page with bar code informations of product
- * \version $Id: barcode.php,v 1.52 2011/07/31 23:19:26 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -164,5 +165,5 @@ print "\n";
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.52 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/canvas/default/product.default.class.php b/htdocs/product/canvas/default/product.default.class.php
index 5f8bee89683..b98da0c3e7b 100644
--- a/htdocs/product/canvas/default/product.default.class.php
+++ b/htdocs/product/canvas/default/product.default.class.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.42 2011/07/31 23:19:28 eldy Exp $
+ * \version $Id: product.default.class.php,v 1.41 2011/07/21 01:20:33 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 5d4449ddad6..8c571678cf2 100644
--- a/htdocs/product/canvas/default/tpl/create.tpl.php
+++ b/htdocs/product/canvas/default/tpl/create.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: create.tpl.php,v 1.8 2011/07/31 23:19:26 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/edit.tpl.php b/htdocs/product/canvas/default/tpl/edit.tpl.php
index c37be523e91..69dc46d6234 100644
--- a/htdocs/product/canvas/default/tpl/edit.tpl.php
+++ b/htdocs/product/canvas/default/tpl/edit.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: edit.tpl.php,v 1.3 2011/07/31 23:19:27 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/list.tpl.php b/htdocs/product/canvas/default/tpl/list.tpl.php
index 25e03e40b58..a6bbd200776 100644
--- a/htdocs/product/canvas/default/tpl/list.tpl.php
+++ b/htdocs/product/canvas/default/tpl/list.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: list.tpl.php,v 1.4 2011/07/31 23:19:26 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/default/tpl/view.tpl.php b/htdocs/product/canvas/default/tpl/view.tpl.php
index 40459ee2a56..ab505001692 100644
--- a/htdocs/product/canvas/default/tpl/view.tpl.php
+++ b/htdocs/product/canvas/default/tpl/view.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: view.tpl.php,v 1.6 2011/07/31 23:19:26 eldy Exp $
+ * $Id: view.tpl.php,v 1.5 2011/07/08 13:11:07 eldy Exp $
*/
?>
diff --git a/htdocs/product/canvas/service/product.service.class.php b/htdocs/product/canvas/service/product.service.class.php
index 11a4a5d74fe..3e291743a36 100644
--- a/htdocs/product/canvas/service/product.service.class.php
+++ b/htdocs/product/canvas/service/product.service.class.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.15 2011/07/31 23:24:03 eldy Exp $
+ * \version $Id: product.service.class.php,v 1.14 2011/07/21 01:20:33 eldy Exp $
*/
/**
diff --git a/htdocs/product/canvas/service/tpl/create.tpl.php b/htdocs/product/canvas/service/tpl/create.tpl.php
index e4e5355a5f6..4f7e08f3d0b 100644
--- a/htdocs/product/canvas/service/tpl/create.tpl.php
+++ b/htdocs/product/canvas/service/tpl/create.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: create.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/edit.tpl.php b/htdocs/product/canvas/service/tpl/edit.tpl.php
index 32fe9dbb0c7..83544edec5b 100644
--- a/htdocs/product/canvas/service/tpl/edit.tpl.php
+++ b/htdocs/product/canvas/service/tpl/edit.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: edit.tpl.php,v 1.3 2011/07/31 23:24:02 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/list.tpl.php b/htdocs/product/canvas/service/tpl/list.tpl.php
index f630c849f87..ac0a4be89a7 100644
--- a/htdocs/product/canvas/service/tpl/list.tpl.php
+++ b/htdocs/product/canvas/service/tpl/list.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: list.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/product/canvas/service/tpl/view.tpl.php b/htdocs/product/canvas/service/tpl/view.tpl.php
index 398d06f1a4a..8b204da37a0 100644
--- a/htdocs/product/canvas/service/tpl/view.tpl.php
+++ b/htdocs/product/canvas/service/tpl/view.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: view.tpl.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
+ * $Id: view.tpl.php,v 1.3 2011/07/08 13:33:42 eldy Exp $
*/
?>
diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php
index 30e97de04a5..feef65e034e 100644
--- a/htdocs/product/class/html.formproduct.class.php
+++ b/htdocs/product/class/html.formproduct.class.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/class/html.formproduct.class.php
* \brief Fichier de la classe des fonctions predefinie de composants html
- * \version $Id: html.formproduct.class.php,v 1.11 2011/07/31 23:24:03 eldy Exp $
+ * \version $Id$
*/
diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
index 8bccf934120..1da2adb751e 100644
--- a/htdocs/product/class/product.class.php
+++ b/htdocs/product/class/product.class.php
@@ -17,14 +17,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/class/product.class.php
* \ingroup produit
* \brief Fichier de la classe des produits predefinis
- * \version $Id: product.class.php,v 1.48 2011/07/31 23:24:03 eldy Exp $
+ * \version $Id: product.class.php,v 1.47 2011/07/29 20:47:35 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 d24c4c5ffde..683d6778445 100644
--- a/htdocs/product/class/service.class.php
+++ b/htdocs/product/class/service.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/class/service.class.php
* \ingroup service
* \brief Fichier de la classe des services predefinis
- * \version $Id: service.class.php,v 1.4 2011/07/31 23:24:02 eldy Exp $
+ * \version $Id$
*/
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 55fc3373402..c17a6ac2636 100644
--- a/htdocs/product/composition/fiche.php
+++ b/htdocs/product/composition/fiche.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/composition/fiche.php
* \ingroup product
* \brief Page de la fiche produit
- * \version $Id: fiche.php,v 1.9 2011/07/31 23:24:03 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -446,5 +447,5 @@ print "\n\n";
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:03 $ - $Revision: 1.9 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/document.php b/htdocs/product/document.php
index 53f17703932..131c278e151 100755
--- a/htdocs/product/document.php
+++ b/htdocs/product/document.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/document.php
* \ingroup product
* \brief Page des documents joints sur les produits
- * \version $Id: document.php,v 1.69 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id: document.php,v 1.68 2011/07/06 20:56:49 eldy Exp $
*/
require('../main.inc.php');
@@ -188,5 +189,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.69 $');
+llxFooter('$Date: 2011/07/06 20:56:49 $ - $Revision: 1.68 $');
?>
diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index efbd289cb3f..a65f888ab11 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -18,14 +18,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/fiche.php
* \ingroup product
* \brief Page to show product
- * \version $Id: fiche.php,v 1.374 2011/07/31 23:19:26 eldy Exp $
+ * \version $Id: fiche.php,v 1.373 2011/07/29 20:47:35 eldy Exp $
*/
require("../main.inc.php");
@@ -1645,6 +1646,6 @@ if ($product->id && $action == '' && $product->status)
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.374 $');
+llxFooter('$Date: 2011/07/29 20:47:35 $ - $Revision: 1.373 $');
?>
diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index 39459f57a6c..110482c829e 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/fournisseurs.php
* \ingroup product
* \brief Page of tab suppliers for products
- * \version $Id: fournisseurs.php,v 1.97 2011/07/31 23:19:26 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -430,5 +431,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.97 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index bd607db7565..ee6d7216bb7 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/index.php
* \ingroup product
* \brief Page accueil des produits et services
- * \version $Id: index.php,v 1.101 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -247,5 +248,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.101 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php
index 771722dd166..704df904140 100644
--- a/htdocs/product/liste.php
+++ b/htdocs/product/liste.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/liste.php
* \ingroup produit
* \brief Page to list products and services
- * \version $Id: liste.php,v 1.152 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id: liste.php,v 1.151 2011/06/26 00:41:41 eldy Exp $
*/
require("../main.inc.php");
@@ -475,5 +476,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.152 $');
+llxFooter('$Date: 2011/06/26 00:41:41 $ - $Revision: 1.151 $');
?>
diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php
index 412bdecc116..364c5ef19ec 100644
--- a/htdocs/product/photos.php
+++ b/htdocs/product/photos.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/photos.php
* \ingroup product
* \brief Onglet photos de la fiche produit
- * \version $Id: photos.php,v 1.91 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -204,5 +205,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.91 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php
index 2f32cd71fb2..338c1876fbc 100644
--- a/htdocs/product/popuprop.php
+++ b/htdocs/product/popuprop.php
@@ -15,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/product/popuprop.php
* \ingroup propal, produit
* \brief Liste des produits/services par popularite
- * \version $Id: popuprop.php,v 1.42 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -156,5 +157,5 @@ print "";
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.42 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 2ddb4aecbd2..60825f58da1 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/price.php
* \ingroup product
* \brief Page to show product prices
- * \version $Id: price.php,v 1.110 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -534,5 +535,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.110 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
index 68ccb111ba4..2802f07530a 100644
--- a/htdocs/product/reassort.php
+++ b/htdocs/product/reassort.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/reassort.php
* \ingroup produit
* \brief Page to list stocks
- * \version $Id: reassort.php,v 1.62 2011/07/31 23:19:25 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -360,5 +361,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:25 $ - $Revision: 1.62 $');
+llxFooter('$Date$ - $Revision$');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
index faace395e78..eea105289d1 100644
--- a/htdocs/product/stats/commande.php
+++ b/htdocs/product/stats/commande.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/commande.php
* \ingroup product, service, commande
* \brief Page des stats des commandes clients pour un produit
- * \version $Id: commande.php,v 1.47 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -190,5 +191,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.47 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stats/commande_fournisseur.php b/htdocs/product/stats/commande_fournisseur.php
index 1014c2e8113..5d9f256e3da 100644
--- a/htdocs/product/stats/commande_fournisseur.php
+++ b/htdocs/product/stats/commande_fournisseur.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/commande_fournisseur.php
* \ingroup product, service, commande
* \brief Page des stats des commandes fournisseurs pour un produit
- * \version $Id: commande_fournisseur.php,v 1.33 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -184,5 +185,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.33 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stats/contrat.php b/htdocs/product/stats/contrat.php
index 74c515631fa..0641e2c3b9a 100644
--- a/htdocs/product/stats/contrat.php
+++ b/htdocs/product/stats/contrat.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/contrat.php
* \ingroup product, service, contrat
* \brief Page des stats des contrats pour un produit
- * \version $Id: contrat.php,v 1.46 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -202,5 +203,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.46 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
index f20df884701..2d939958fc6 100644
--- a/htdocs/product/stats/facture.php
+++ b/htdocs/product/stats/facture.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/facture.php
* \ingroup product, service, facture
* \brief Page des stats des factures clients pour un produit
- * \version $Id: facture.php,v 1.83 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -193,5 +194,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.83 $');
+llxFooter('$Date$ - $Revision$');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/facture_fournisseur.php b/htdocs/product/stats/facture_fournisseur.php
index 488cb79c16c..a0dd7b1b677 100644
--- a/htdocs/product/stats/facture_fournisseur.php
+++ b/htdocs/product/stats/facture_fournisseur.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/facture_fournisseur.php
* \ingroup product, service, facture
* \brief Page des stats des factures fournisseurs pour un produit
- * \version $Id: facture_fournisseur.php,v 1.32 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -194,5 +195,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.32 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php
index bd67b9e93d0..9cca548031b 100644
--- a/htdocs/product/stats/fiche.php
+++ b/htdocs/product/stats/fiche.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/fiche.php
* \ingroup product
* \brief Page des stats produits
- * \version $Id: fiche.php,v 1.110 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id: fiche.php,v 1.109 2011/07/04 10:04:18 eldy Exp $
*/
require("../../main.inc.php");
@@ -270,5 +271,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.110 $');
+llxFooter('$Date: 2011/07/04 10:04:18 $ - $Revision: 1.109 $');
?>
\ No newline at end of file
diff --git a/htdocs/product/stats/propal.php b/htdocs/product/stats/propal.php
index 4cf1fc9a57c..c9081efc2d3 100644
--- a/htdocs/product/stats/propal.php
+++ b/htdocs/product/stats/propal.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stats/propal.php
* \ingroup product, service, propal
* \brief Page des stats des propals pour un produit
- * \version $Id: propal.php,v 1.57 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
@@ -184,5 +185,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.57 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
index aca3b3db5ba..051b7572be9 100644
--- a/htdocs/product/stock/class/entrepot.class.php
+++ b/htdocs/product/stock/class/entrepot.class.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/class/entrepot.class.php
* \ingroup stock
* \brief Fichier de la classe de gestion des entrepots
- * \version $Id: entrepot.class.php,v 1.11 2011/07/31 23:24:02 eldy Exp $
+ * \version $Id$
*/
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 902430404e1..b93a44aa97d 100644
--- a/htdocs/product/stock/class/mouvementstock.class.php
+++ b/htdocs/product/stock/class/mouvementstock.class.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/class/mouvementstock.class.php
* \ingroup stock
* \brief Fichier de la classe de gestion des mouvements de stocks
- * \version $Revision: 1.13 $
+ * \version $Revision$
*/
diff --git a/htdocs/product/stock/fiche-valo.php b/htdocs/product/stock/fiche-valo.php
index 20ecfc3b9d9..70d51e4e1d0 100644
--- a/htdocs/product/stock/fiche-valo.php
+++ b/htdocs/product/stock/fiche-valo.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/fiche-valo.php
* \ingroup stock
* \brief Page fiche de valorisation du stock dans l'entrepot
- * \version $Id: fiche-valo.php,v 1.17 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -142,5 +143,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.17 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index 8dd606affdb..2235824e8b9 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/fiche.php
* \ingroup stock
* \brief Page fiche entrepot
- * \version $Id: fiche.php,v 1.100 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -519,5 +520,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.100 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
index 1398a282ca4..6f46a0d3caa 100644
--- a/htdocs/product/stock/index.php
+++ b/htdocs/product/stock/index.php
@@ -14,16 +14,17 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: index.php,v 1.31 2011/07/31 23:24:01 eldy Exp $
+ * $Id$
*/
/**
* \file htdocs/product/stock/index.php
* \ingroup stock
* \brief Page accueil stocks produits
- * \version $Revision: 1.31 $
+ * \version $Revision$
*/
require("../../main.inc.php");
@@ -163,5 +164,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.31 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/info.php b/htdocs/product/stock/info.php
index 74af937bdb3..c16f09a82d6 100644
--- a/htdocs/product/stock/info.php
+++ b/htdocs/product/stock/info.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/info.php
* \ingroup stock
* \brief Page des informations d'un entrepot
- * \version $Id: info.php,v 1.16 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -53,5 +54,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.16 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/liste.php b/htdocs/product/stock/liste.php
index a6b6ba000c7..017f3c548a7 100644
--- a/htdocs/product/stock/liste.php
+++ b/htdocs/product/stock/liste.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/liste.php
* \ingroup stock
* \brief Page liste des stocks
- * \version $Id: liste.php,v 1.22 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -110,5 +111,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.22 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php
index 563d8f104c3..09dbc3f37ec 100644
--- a/htdocs/product/stock/mouvement.php
+++ b/htdocs/product/stock/mouvement.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/mouvement.php
* \ingroup stock
* \brief Page to list stock movements
- * \version $Id: mouvement.php,v 1.63 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -338,5 +339,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.63 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index b1c8845bb51..101ea1f8b19 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -16,14 +16,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/product.php
* \ingroup product, stock
* \brief Page to list detailed stock of a product
- * \version $Id: product.php,v 1.108 2011/07/31 23:24:00 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -518,5 +519,5 @@ print "";
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:00 $ - $Revision: 1.108 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/user.php b/htdocs/product/stock/user.php
index 0c63b590523..654d564b462 100644
--- a/htdocs/product/stock/user.php
+++ b/htdocs/product/stock/user.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/user.php
* \ingroup stock
* \brief Page to link dolibarr users with warehouses
- * \version $Id: user.php,v 1.16 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
* \deprecated This page is never called. Feature will never be developped.
*/
@@ -175,5 +176,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.16 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/stock/valo.php b/htdocs/product/stock/valo.php
index 848846f0706..4888ad0cd26 100644
--- a/htdocs/product/stock/valo.php
+++ b/htdocs/product/stock/valo.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/product/stock/valo.php
* \ingroup stock
* \brief Page with stock values
- * \version $Id: valo.php,v 1.27 2011/07/31 23:24:01 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -161,5 +162,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.27 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
index 740d52ca6eb..7c2e52e5af7 100644
--- a/htdocs/product/traduction.php
+++ b/htdocs/product/traduction.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
@@ -22,7 +23,7 @@
* \file htdocs/product/traduction.php
* \ingroup product
* \brief Page de traduction des produits
- * \version $Id: traduction.php,v 1.45 2011/07/31 23:19:26 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -265,5 +266,5 @@ if ($_GET["action"] == 'add' && ($user->rights->produit->creer || $user->rights-
print '
';
}
-llxFooter('$Date: 2011/07/31 23:19:26 $ - $Revision: 1.45 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index 14350748ef6..60d89967b65 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/activity/index.php
* \ingroup projet
* \brief Page activite perso du module projet
- * \version $Id: index.php,v 1.36 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id: index.php,v 1.35 2011/07/04 10:56:12 eldy Exp $
*/
require ("../../main.inc.php");
@@ -331,5 +332,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.36 $');
+llxFooter('$Date: 2011/07/04 10:56:12 $ - $Revision: 1.35 $');
?>
diff --git a/htdocs/projet/activity/list.php b/htdocs/projet/activity/list.php
index 8d7b7e5ec5f..8e1cc328ef9 100644
--- a/htdocs/projet/activity/list.php
+++ b/htdocs/projet/activity/list.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/activity/list.php
* \ingroup projet
* \brief List activities of tasks
- * \version $Id: list.php,v 1.31 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -146,5 +147,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.31 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
index e300c26470b..2a8218a9295 100644
--- a/htdocs/projet/class/project.class.php
+++ b/htdocs/projet/class/project.class.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/class/project.class.php
* \ingroup projet
* \brief Fichier de la classe de gestion des projets
- * \version $Id: project.class.php,v 1.24 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
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 e03edf379a8..00c12c6a6d5 100644
--- a/htdocs/projet/class/task.class.php
+++ b/htdocs/projet/class/task.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.12 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id: task.class.php,v 1.11 2011/06/25 10:55:11 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 820a8c4e182..3a83720074a 100644
--- a/htdocs/projet/contact.php
+++ b/htdocs/projet/contact.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/contact.php
* \ingroup project
* \brief Onglet de gestion des contacts du projet
- * \version $Id: contact.php,v 1.28 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -415,5 +416,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $');
+llxFooter('$Date$');
?>
\ No newline at end of file
diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
index f1ad2575a2e..906d33b10af 100644
--- a/htdocs/projet/document.php
+++ b/htdocs/projet/document.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/document.php
* \ingroup project
* \brief Page de gestion des documents attachees a un projet
- * \version $Id: document.php,v 1.14 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id: document.php,v 1.13 2011/07/06 20:56:49 eldy Exp $
*/
require('../main.inc.php');
@@ -202,5 +203,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.14 $');
+llxFooter('$Date: 2011/07/06 20:56:49 $ - $Revision: 1.13 $');
?>
diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
index 16656405daf..8b984fed7e6 100644
--- a/htdocs/projet/element.php
+++ b/htdocs/projet/element.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/element.php
* \ingroup projet facture
* \brief Page of project referrers
- * \version $Id: element.php,v 1.49 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -283,5 +284,5 @@ foreach ($listofreferent as $key => $value)
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.49 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php
index 94e38a8d4a9..8806bc7c32e 100644
--- a/htdocs/projet/fiche.php
+++ b/htdocs/projet/fiche.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/fiche.php
* \ingroup projet
* \brief Project card
- * \version $Id: fiche.php,v 1.127 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id: fiche.php,v 1.126 2011/07/04 08:00:52 eldy Exp $
*/
require("../main.inc.php");
@@ -607,5 +608,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.127 $');
+llxFooter('$Date: 2011/07/04 08:00:52 $ - $Revision: 1.126 $');
?>
diff --git a/htdocs/projet/ganttchart.php b/htdocs/projet/ganttchart.php
index e551205523f..77de86ab997 100644
--- a/htdocs/projet/ganttchart.php
+++ b/htdocs/projet/ganttchart.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/ganttview.php
* \ingroup projet
* \brief Gantt diagrame of a project
- * \version $Id: ganttchart.php,v 1.7 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id$
*/
?>
diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php
index efa962e2cb3..d025bc10412 100644
--- a/htdocs/projet/ganttview.php
+++ b/htdocs/projet/ganttview.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/ganttview.php
* \ingroup projet
* \brief Gantt diagramm of a project
- * \version $Id: ganttview.php,v 1.14 2011/07/31 23:23:38 eldy Exp $
+ * \version $Id$
*/
require ("../main.inc.php");
@@ -253,5 +254,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:38 $ - $Revision: 1.14 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 9a6702d9225..5284b87c094 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/index.php
* \ingroup projet
* \brief Main project home page
- * \version $Id: index.php,v 1.75 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -130,5 +131,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.75 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/jsgantt_language.js.php b/htdocs/projet/jsgantt_language.js.php
index 7affcf4b183..a2c785fac8f 100644
--- a/htdocs/projet/jsgantt_language.js.php
+++ b/htdocs/projet/jsgantt_language.js.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/jsgantt_language.js.php
* \brief Fichier de javascript de traduction pour JSGantt
- * \version $Id: jsgantt_language.js.php,v 1.4 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
//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 a8a679f9b27..1b79cbbe445 100644
--- a/htdocs/projet/liste.php
+++ b/htdocs/projet/liste.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/liste.php
* \ingroup projet
* \brief Page to list projects
- * \version $Id: liste.php,v 1.49 2011/07/31 23:23:37 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -205,5 +206,5 @@ print "";
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:37 $ - $Revision: 1.49 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/note.php b/htdocs/projet/note.php
index 4e42f250946..99bba94acd7 100644
--- a/htdocs/projet/note.php
+++ b/htdocs/projet/note.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/note.php
* \ingroup project
* \brief Fiche d'information sur un projet
- * \version $Id: note.php,v 1.13 2011/07/31 23:23:38 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -208,5 +209,5 @@ if ($id > 0 || ! empty($ref))
}
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:38 $ - $Revision: 1.15 ');
+llxFooter('$Date$ - $Revision: 1.15 ');
?>
diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
index e55bf465e6d..f6d40753fd3 100644
--- a/htdocs/projet/tasks.php
+++ b/htdocs/projet/tasks.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks.php
* \ingroup projet
* \brief List all tasks of a project
- * \version $Id: tasks.php,v 1.8 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id$
*/
require ("../main.inc.php");
@@ -345,5 +346,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.8 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php
index 738fdaec46f..710864e1bea 100644
--- a/htdocs/projet/tasks/contact.php
+++ b/htdocs/projet/tasks/contact.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks/contact.php
* \ingroup project
* \brief Actors of a task
- * \version $Id: contact.php,v 1.22 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -416,5 +417,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.22 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/tasks/document.php b/htdocs/projet/tasks/document.php
index 9c506be2794..259f551a7e8 100644
--- a/htdocs/projet/tasks/document.php
+++ b/htdocs/projet/tasks/document.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.16 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id: document.php,v 1.15 2011/07/06 20:56:50 eldy Exp $
*/
require('../../main.inc.php');
@@ -204,5 +205,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.16 $');
+llxFooter('$Date: 2011/07/06 20:56:50 $ - $Revision: 1.15 $');
?>
diff --git a/htdocs/projet/tasks/index.php b/htdocs/projet/tasks/index.php
index 43124c0f83b..f64ff40fadf 100644
--- a/htdocs/projet/tasks/index.php
+++ b/htdocs/projet/tasks/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks/index.php
* \ingroup project
* \brief List all task of a project
- * \version $Id: index.php,v 1.43 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -112,5 +113,5 @@ if ($user->rights->projet->creer)
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.43 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/tasks/note.php b/htdocs/projet/tasks/note.php
index 11e2fd27462..dc766903818 100644
--- a/htdocs/projet/tasks/note.php
+++ b/htdocs/projet/tasks/note.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks/note.php
* \ingroup project
* \brief Page to show information on a task
- * \version $Id: note.php,v 1.13 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -202,5 +203,5 @@ if ($id > 0 || ! empty($ref))
}
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.15 ');
+llxFooter('$Date$ - $Revision: 1.15 ');
?>
diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php
index c608c6dfd30..e53bd795e2b 100644
--- a/htdocs/projet/tasks/task.php
+++ b/htdocs/projet/tasks/task.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks/task.php
* \ingroup projet
* \brief Fiche taches d'un projet
- * \version $Id: task.php,v 1.43 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -291,5 +292,5 @@ if ($taskid)
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.43 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
index 56ddce7af70..ad10c1b51d8 100644
--- a/htdocs/projet/tasks/time.php
+++ b/htdocs/projet/tasks/time.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/projet/tasks/time.php
* \ingroup projet
* \brief Page to add new time spent on a task
- * \version $Id: time.php,v 1.33 2011/07/31 23:23:36 eldy Exp $
+ * \version $Id: time.php,v 1.32 2011/07/14 15:37:37 simnandez Exp $
*/
require("../../main.inc.php");
@@ -403,5 +404,5 @@ if ($_GET["id"] > 0)
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:36 $ - $Revision: 1.33 $');
+llxFooter('$Date: 2011/07/14 15:37:37 $ - $Revision: 1.32 $');
?>
diff --git a/htdocs/public/agenda/agendaexport.php b/htdocs/public/agenda/agendaexport.php
index 8189d77a172..ece9d4edcfb 100644
--- a/htdocs/public/agenda/agendaexport.php
+++ b/htdocs/public/agenda/agendaexport.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/public/agenda/agendaexport.php
@@ -21,7 +22,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: agendaexport.php,v 1.18 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');
@@ -73,7 +74,7 @@ if (empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY))
llxHeaderVierge();
print '
Module Agenda was not configured properly.
';
- llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
+ llxFooterVierge('$Date$ - $Revision$');
exit;
}
@@ -84,7 +85,7 @@ if (empty($_GET["exportkey"]) || $conf->global->MAIN_AGENDA_XCAL_EXPORTKEY != $_
llxHeaderVierge();
print 'Bad value for key.
';
- llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
+ llxFooterVierge('$Date$ - $Revision$');
exit;
}
@@ -116,7 +117,7 @@ if ($shortfilename=='dolibarrcalendar')
$langs->load("errors");
llxHeaderVierge();
print ''.$langs->trans("ErrorWrongValueForParameterX",'format').'
';
- llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
+ llxFooterVierge('$Date$ - $Revision$');
exit;
}
@@ -201,5 +202,5 @@ if ($format == 'rss')
llxHeaderVierge();
print ''.$agenda->error.'
';
-llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
+llxFooterVierge('$Date$ - $Revision$');
?>
diff --git a/htdocs/public/agenda/index.php b/htdocs/public/agenda/index.php
index 148d3086bba..5851748a9f8 100644
--- a/htdocs/public/agenda/index.php
+++ b/htdocs/public/agenda/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
require("../../master.inc.php");
diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
index fef3c04a3f1..d07ee20dced 100644
--- a/htdocs/public/demo/index.php
+++ b/htdocs/public/demo/index.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -22,7 +23,7 @@
* \ingroup core
* \brief Entry page to access demo
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.61 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -353,7 +354,7 @@ if (! empty($conf->global->MAIN_GOOGLE_AN_ID))
}
-llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.61 $');
+llxFooterVierge('$Date$ - $Revision$');
diff --git a/htdocs/public/donations/donateurs_code.php b/htdocs/public/donations/donateurs_code.php
index e420384cefb..5befd6faecd 100644
--- a/htdocs/public/donations/donateurs_code.php
+++ b/htdocs/public/donations/donateurs_code.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/public/donations/donateurs_code.php
* \ingroup donation
* \brief Page to list donators
- * \version $Id: donateurs_code.php,v 1.13 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
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 12361f99edd..667d64d0525 100644
--- a/htdocs/public/donations/index.php
+++ b/htdocs/public/donations/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
require("../../master.inc.php");
diff --git a/htdocs/public/donations/therm.php b/htdocs/public/donations/therm.php
index 13618c91a48..c5e80149588 100644
--- a/htdocs/public/donations/therm.php
+++ b/htdocs/public/donations/therm.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/public/donations/therm.php
* \ingroup donation
* \brief Screen with thermometer
- * \version $Id: therm.php,v 1.8 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
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 639badd8cfd..a0024f11310 100644
--- a/htdocs/public/index.php
+++ b/htdocs/public/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.5 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
require("../master.inc.php");
diff --git a/htdocs/public/members/index.php b/htdocs/public/members/index.php
index b2084916997..e98ec22c97b 100644
--- a/htdocs/public/members/index.php
+++ b/htdocs/public/members/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.3 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
require("../../master.inc.php");
diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
index b68c5e3f15d..f4d349046b0 100644
--- a/htdocs/public/members/new.php
+++ b/htdocs/public/members/new.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/public/members/new.php
* \ingroup member
* \brief Example of form to add a new member
- * \version $Id: new.php,v 1.43 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id: new.php,v 1.42 2011/07/13 11:56:36 eldy Exp $
*
* Note that you can add following constant to change behaviour of page
* MEMBER_NEWFORM_AMOUNT Default amount for autosubscribe form
@@ -288,7 +289,7 @@ if ($action == 'added')
print $langs->trans("NewMemberbyWeb");
print '';
- llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.43 $');
+ llxFooterVierge('$Date: 2011/07/13 11:56:36 $ - $Revision: 1.42 $');
exit;
}
@@ -536,5 +537,5 @@ print "
\n";
$db->close();
-llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.43 $');
+llxFooterVierge('$Date: 2011/07/13 11:56:36 $ - $Revision: 1.42 $');
?>
diff --git a/htdocs/public/members/public_card.php b/htdocs/public/members/public_card.php
index a322b0de163..72db8f68fb1 100644
--- a/htdocs/public/members/public_card.php
+++ b/htdocs/public/members/public_card.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/public/members/public_card.php
* \ingroup member
* \brief File to show a public card of a member
- * \version $Id: public_card.php,v 1.12 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -113,7 +114,7 @@ if ($rowid > 0)
$db->close();
-llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.12 $');
+llxFooterVierge('$Date$ - $Revision$');
/* Functions header and footer */
diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php
index 47185e9885f..7e7272801f5 100644
--- a/htdocs/public/members/public_list.php
+++ b/htdocs/public/members/public_list.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/public/members/public_list.php
* \ingroup member
* \brief File sample to list members
- * \version $Id: public_list.php,v 1.18 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -143,5 +144,5 @@ else
$db->close();
-llxFooterVierge('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.18 $');
+llxFooterVierge('$Date$ - $Revision$');
?>
diff --git a/htdocs/public/paybox/index.php b/htdocs/public/paybox/index.php
index 43ba2dbfca8..55d099b9519 100644
--- a/htdocs/public/paybox/index.php
+++ b/htdocs/public/paybox/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.2 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id$
*/
require("../../master.inc.php");
diff --git a/htdocs/public/paybox/newpayment.php b/htdocs/public/paybox/newpayment.php
index d3f8ac6c78b..9d405438673 100644
--- a/htdocs/public/paybox/newpayment.php
+++ b/htdocs/public/paybox/newpayment.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -22,7 +23,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.61 2011/07/31 23:23:21 eldy Exp $
+ * \version $Id: newpayment.php,v 1.60 2011/07/13 12:03:30 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -728,5 +729,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date: 2011/07/31 23:23:21 $ - $Revision: 1.61 $');
+llxFooterPayBox('$Date: 2011/07/13 12:03:30 $ - $Revision: 1.60 $');
?>
diff --git a/htdocs/public/paybox/paymentko.php b/htdocs/public/paybox/paymentko.php
index b5b66ccd49a..02047f07b9c 100644
--- a/htdocs/public/paybox/paymentko.php
+++ b/htdocs/public/paybox/paymentko.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -21,7 +22,7 @@
* \ingroup paybox
* \brief File to show page after a failed payment
* \author Laurent Destailleur
- * \version $Id: paymentko.php,v 1.9 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -77,5 +78,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.9 $');
+llxFooterPayBox('$Date$ - $Revision$');
?>
diff --git a/htdocs/public/paybox/paymentok.php b/htdocs/public/paybox/paymentok.php
index 4cce6c8a230..86d9cc39891 100644
--- a/htdocs/public/paybox/paymentok.php
+++ b/htdocs/public/paybox/paymentok.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -21,7 +22,7 @@
* \ingroup paybox
* \brief File to show page after a successful payment
* \author Laurent Destailleur
- * \version $Id: paymentok.php,v 1.9 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -77,5 +78,5 @@ html_print_paybox_footer($mysoc,$langs);
$db->close();
-llxFooterPayBox('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.9 $');
+llxFooterPayBox('$Date$ - $Revision$');
?>
diff --git a/htdocs/public/paypal/index.php b/htdocs/public/paypal/index.php
index fec58bf75eb..a43eb42417c 100755
--- a/htdocs/public/paypal/index.php
+++ b/htdocs/public/paypal/index.php
@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -20,7 +21,7 @@
* \ingroup core
* \brief A redirect page to an error
* \author Laurent Destailleur
- * \version $Id: index.php,v 1.2 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id$
*/
require("../../master.inc.php");
diff --git a/htdocs/public/paypal/newpayment.php b/htdocs/public/paypal/newpayment.php
index 860d2c3ab55..5215b3f9924 100755
--- a/htdocs/public/paypal/newpayment.php
+++ b/htdocs/public/paypal/newpayment.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -22,7 +23,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.26 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id: newpayment.php,v 1.24 2011/07/13 12:00:18 eldy Exp $
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -286,7 +287,6 @@ 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/31 23:23:20 $ - $Revision: 1.26 $');
+llxFooterPaypal('$Date: 2011/07/13 12:00:18 $ - $Revision: 1.24 $');
?>
diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php
index 5b3487d4f00..dd6f6f810dd 100755
--- a/htdocs/public/paypal/paymentko.php
+++ b/htdocs/public/paypal/paymentko.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -23,7 +24,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: paymentko.php,v 1.7 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -81,5 +82,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close();
-llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.7 $');
+llxFooterPaypal('$Date$ - $Revision$');
?>
diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php
index 00fd9ab39c9..ef4d92273df 100755
--- a/htdocs/public/paypal/paymentok.php
+++ b/htdocs/public/paypal/paymentok.php
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
@@ -23,7 +24,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: paymentok.php,v 1.12 2011/07/31 23:23:20 eldy Exp $
+ * \version $Id$
*/
define("NOLOGIN",1); // This means this output page does not require to be logged.
@@ -188,5 +189,5 @@ html_print_paypal_footer($mysoc,$langs);
$db->close();
-llxFooterPaypal('$Date: 2011/07/31 23:23:20 $ - $Revision: 1.12 $');
+llxFooterPaypal('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index 09d69531be7..cdf0b7236d6 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -17,14 +17,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/agenda.php
* \ingroup societe
* \brief Page of third party events
- * \version $Id: agenda.php,v 1.21 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -186,5 +187,5 @@ if ($_GET["socid"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.21 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php
index 087d6f4bef0..4683b879a58 100644
--- a/htdocs/societe/ajaxcompanies.php
+++ b/htdocs/societe/ajaxcompanies.php
@@ -15,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/ajaxcompanies.php
* \brief File to return Ajax response on third parties request
- * \version $Id: ajaxcompanies.php,v 1.30 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id$
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
diff --git a/htdocs/societe/ajaxcountries.php b/htdocs/societe/ajaxcountries.php
index 6ea19ebc44c..c01f914d497 100644
--- a/htdocs/societe/ajaxcountries.php
+++ b/htdocs/societe/ajaxcountries.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/ajaxcountries.php
* \brief File to return Ajax response on country request
- * \version $Id: ajaxcountries.php,v 1.15 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id$
*/
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 0398be3d25e..1abcabd8134 100644
--- a/htdocs/societe/canvas/actions_card_common.class.php
+++ b/htdocs/societe/canvas/actions_card_common.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.24 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id: actions_card_common.class.php,v 1.23 2011/07/08 13:07:45 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 0d392e98d2d..3050584ab62 100644
--- a/htdocs/societe/canvas/default/actions_card_default.class.php
+++ b/htdocs/societe/canvas/default/actions_card_default.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/canvas/default/actions_card_default.class.php
* \ingroup thirdparty
* \brief Fichier de la classe Thirdparty card controller (default canvas)
- * \version $Id: actions_card_default.class.php,v 1.13 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id$
*/
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 c1c6028c9e2..4aac3873b26 100644
--- a/htdocs/societe/canvas/default/dao_thirdparty_default.class.php
+++ b/htdocs/societe/canvas/default/dao_thirdparty_default.class.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/canvas/default/dao_thirdparty_default.class.php
* \ingroup thirdparty
* \brief Fichier de la classe des tiers par defaut
- * \version $Id: dao_thirdparty_default.class.php,v 1.5 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id$
*/
/**
diff --git a/htdocs/societe/canvas/default/tpl/card_create.tpl.php b/htdocs/societe/canvas/default/tpl/card_create.tpl.php
index 58dd446377e..c0850550a0f 100644
--- a/htdocs/societe/canvas/default/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_create.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_create.tpl.php,v 1.12 2011/07/31 23:22:58 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/societe/canvas/default/tpl/card_edit.tpl.php b/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
index 77c043aa53f..b3ec839f4ef 100644
--- a/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_edit.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_edit.tpl.php,v 1.11 2011/07/31 23:22:58 eldy Exp $
+ * $Id$
*/
$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 b9b7354d2ae..31688e7e61c 100644
--- a/htdocs/societe/canvas/default/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/default/tpl/card_view.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_view.tpl.php,v 1.15 2011/07/31 23:22:58 eldy Exp $
+ * $Id$
*/
$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 71c259f9a9d..1fc3939aebb 100644
--- a/htdocs/societe/canvas/individual/actions_card_individual.class.php
+++ b/htdocs/societe/canvas/individual/actions_card_individual.class.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/canvas/individual/actions_card_individual.class.php
* \ingroup thirdparty
* \brief Fichier de la classe Thirdparty card controller (individual canvas)
- * \version $Id: actions_card_individual.class.php,v 1.13 2011/07/31 23:22:59 eldy Exp $
+ * \version $Id$
*/
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 d1a1b0240af..c6b66436c59 100644
--- a/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
+++ b/htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/canvas/individual/dao_thirdparty_individual.class.php
* \ingroup thirdparty
* \brief Fichier de la classe des particuliers
- * \version $Id: dao_thirdparty_individual.class.php,v 1.6 2011/07/31 23:22:59 eldy Exp $
+ * \version $Id$
*/
/**
diff --git a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
index 60ab4675d4f..6f3d07fae61 100644
--- a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_create.tpl.php,v 1.10 2011/07/31 23:22:59 eldy Exp $
+ * $Id: card_create.tpl.php,v 1.9 2011/07/06 08:09:28 hregis Exp $
*/
?>
diff --git a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
index a080589cc77..ffb6071d538 100644
--- a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_edit.tpl.php,v 1.8 2011/07/31 23:22:59 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
index 2666b1f82ea..86504ec6462 100644
--- a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: card_view.tpl.php,v 1.12 2011/07/31 23:22:59 eldy Exp $
+ * $Id: card_view.tpl.php,v 1.11 2011/07/06 08:09:28 hregis Exp $
*/
$object = $GLOBALS['objcanvas']->control->object;
diff --git a/htdocs/societe/checkvat/checkVatPopup.php b/htdocs/societe/checkvat/checkVatPopup.php
index 020b418a0b3..2d49ccc9b2b 100644
--- a/htdocs/societe/checkvat/checkVatPopup.php
+++ b/htdocs/societe/checkvat/checkVatPopup.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/checkvat/checkVatPopup.php
* \ingroup societe
* \brief Popup screen to validate VAT
- * \version $Id: checkVatPopup.php,v 1.20 2011/07/31 23:22:59 eldy Exp $
+ * \version $Id$
*/
require ("../../main.inc.php");
@@ -66,7 +67,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_login'],$params['proxy_password'],$params['connection_timeout'],$params['response_timeout']);
+ $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']);
// Check for an error
$err = $soapclient->getError();
@@ -166,5 +167,5 @@ if ($messagetoshow)
}
-llxFooter('$Date: 2011/07/31 23:22:59 $ - $Revision: 1.20 $',0);
+llxFooter('$Date$ - $Revision$',0);
?>
diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php
index ef776327f67..3fc3c9d6538 100644
--- a/htdocs/societe/class/address.class.php
+++ b/htdocs/societe/class/address.class.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/class/address.class.php
* \ingroup societe
* \brief Fichier de la classe des adresses des tiers
- * \version $Id: address.class.php,v 1.5 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id$
*/
diff --git a/htdocs/societe/class/client.class.php b/htdocs/societe/class/client.class.php
index 981b375a258..f05779bb64e 100644
--- a/htdocs/societe/class/client.class.php
+++ b/htdocs/societe/class/client.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/class/client.class.php
* \ingroup societe
* \brief File for class of customers
- * \version $Id: client.class.php,v 1.4 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id$
*/
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 8f373b577e8..79601ea1031 100644
--- a/htdocs/societe/class/companybankaccount.class.php
+++ b/htdocs/societe/class/companybankaccount.class.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/*
* \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.11 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id: companybankaccount.class.php,v 1.10 2011/07/29 20:47:35 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 fc8450ad55c..7099b6cc22f 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -19,14 +19,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/class/societe.class.php
* \ingroup societe
* \brief File for third party class
- * \version $Id: societe.class.php,v 1.92 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id: societe.class.php,v 1.91 2011/07/07 21:32:21 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 f4b39ce83ed..7415187f9d6 100644
--- a/htdocs/societe/commerciaux.php
+++ b/htdocs/societe/commerciaux.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/commerciaux.php
* \ingroup societe
* \brief Page of links to sales representatives
- * \version $Id: commerciaux.php,v 1.29 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -250,5 +251,5 @@ if ($_GET["socid"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.29 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
index 1c8e2cfb7bf..74252ada670 100644
--- a/htdocs/societe/document.php
+++ b/htdocs/societe/document.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/document.php
* \brief Tab for documents linked to third party
* \ingroup societe
- * \version $Id: document.php,v 1.39 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id: document.php,v 1.38 2011/07/14 05:21:52 hregis Exp $
*/
require("../main.inc.php");
@@ -240,6 +241,6 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.39 $');
+llxFooter('$Date: 2011/07/14 05:21:52 $ - $Revision: 1.38 $');
?>
diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
index faefe103cb3..778b139c198 100644
--- a/htdocs/societe/index.php
+++ b/htdocs/societe/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/index.php
* \ingroup societe
* \brief Home page for third parties area
- * \version $Id: index.php,v 1.17 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -239,5 +240,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.17 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/info.php b/htdocs/societe/info.php
index 136c6caea85..2af56a34195 100644
--- a/htdocs/societe/info.php
+++ b/htdocs/societe/info.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/info.php
* \ingroup societe
* \brief Page des informations d'une societe
- * \version $Id: info.php,v 1.24 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -67,5 +68,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.24 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/lien.php b/htdocs/societe/lien.php
index 8319a2aaf2c..708c62974f5 100644
--- a/htdocs/societe/lien.php
+++ b/htdocs/societe/lien.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/lien.php
* \ingroup societe
* \brief Page of links to other third parties
- * \version $Id: lien.php,v 1.38 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -294,5 +295,5 @@ if($_GET["socid"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.38 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/notify/fiche.php b/htdocs/societe/notify/fiche.php
index 15007f3a735..0373cabbdf4 100644
--- a/htdocs/societe/notify/fiche.php
+++ b/htdocs/societe/notify/fiche.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/notify/fiche.php
* \ingroup societe, notification
* \brief Tab for notifications of third party
- * \version $Id: fiche.php,v 1.70 2011/07/31 23:22:58 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -349,6 +350,6 @@ if ( $soc->fetch($soc->id) )
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:58 $ - $Revision: 1.70 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/notify/index.php b/htdocs/societe/notify/index.php
index 4fea0ea8195..6b9836a0ac1 100644
--- a/htdocs/societe/notify/index.php
+++ b/htdocs/societe/notify/index.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
\file htdocs/societe/notify/index.php
\ingroup notification
\brief List of done notifications
- \version $Id: index.php,v 1.17 2011/07/31 23:22:59 eldy Exp $
+ \version $Id$
*/
require("../../main.inc.php");
@@ -111,5 +112,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:59 $ - $Revision: 1.17 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php
index 724900dc500..8cf57ec0b64 100644
--- a/htdocs/societe/rib.php
+++ b/htdocs/societe/rib.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/rib.php
* \ingroup societe
* \brief BAN tab for companies
- * \version $Id: rib.php,v 1.37 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id: rib.php,v 1.36 2011/07/29 20:47:34 eldy Exp $
*/
require("../main.inc.php");
@@ -271,5 +272,5 @@ if ($_GET["socid"] && $_GET["action"] == 'edit' && $user->rights->societe->creer
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.37 $');
+llxFooter('$Date: 2011/07/29 20:47:34 $ - $Revision: 1.36 $');
?>
diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index 1dfd99cc99e..c6a9b4904e2 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -18,14 +18,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/soc.php
* \ingroup societe
* \brief Third party card page
- * \version $Id: soc.php,v 1.125 2011/07/31 23:22:57 eldy Exp $
+ * \version $Id: soc.php,v 1.124 2011/07/19 07:33:23 simnandez Exp $
*/
require("../main.inc.php");
@@ -1967,5 +1968,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:57 $ - $Revision: 1.125 $');
+llxFooter('$Date: 2011/07/19 07:33:23 $ - $Revision: 1.124 $');
?>
\ No newline at end of file
diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php
index 0a1ad2cdb81..9c5c2bdb162 100644
--- a/htdocs/societe/societe.php
+++ b/htdocs/societe/societe.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/societe.php
* \ingroup societe
* \brief Page to show a third party
- * \version $Id: societe.php,v 1.12 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id$
*/
require_once("../main.inc.php");
@@ -429,5 +430,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.12 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/societe/socnote.php b/htdocs/societe/socnote.php
index 08c05cd1b23..e0a849af112 100644
--- a/htdocs/societe/socnote.php
+++ b/htdocs/societe/socnote.php
@@ -15,14 +15,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/societe/socnote.php
* \brief Tab for notes on third party
* \ingroup societe
- * \version $Id: socnote.php,v 1.23 2011/07/31 23:22:56 eldy Exp $
+ * \version $Id: socnote.php,v 1.22 2011/07/13 16:24:57 eldy Exp $
*/
require("../main.inc.php");
@@ -166,5 +167,5 @@ if ($action != 'edit')
$db->close();
-llxFooter('$Date: 2011/07/31 23:22:56 $ - $Revision: 1.23 $');
+llxFooter('$Date: 2011/07/13 16:24:57 $ - $Revision: 1.22 $');
?>
diff --git a/htdocs/support/inc.php b/htdocs/support/inc.php
index 330d77ee107..ba4c7488a33 100644
--- a/htdocs/support/inc.php
+++ b/htdocs/support/inc.php
@@ -15,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/support/inc.php
* \brief File that define environment for support pages
- * \version $Id: inc.php,v 1.31 2011/07/31 23:22:33 eldy Exp $
+ * \version $Id$
*/
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 3077d54e481..f56b7f60614 100644
--- a/htdocs/support/index.php
+++ b/htdocs/support/index.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/support/index.php
* \ingroup support
* \brief Provide an Online Help support
- * \version $Id: index.php,v 1.23 2011/07/31 23:22:33 eldy Exp $
+ * \version $Id$
*/
error_reporting(0);
diff --git a/htdocs/support/online.php b/htdocs/support/online.php
index 6a79b33faec..159b2f5fa44 100644
--- a/htdocs/support/online.php
+++ b/htdocs/support/online.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/support/online.php
* \ingroup install
* \brief Provide an Online Help support
- * \version $Id: online.php,v 1.28 2011/07/31 23:22:33 eldy Exp $
+ * \version $Id$
*/
error_reporting(0);
diff --git a/htdocs/theme/auguria/graph-color.php b/htdocs/theme/auguria/graph-color.php
index bb1a03299ba..cda44d58255 100755
--- a/htdocs/theme/auguria/graph-color.php
+++ b/htdocs/theme/auguria/graph-color.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/auguria/graph-color.php
* \brief File to declare colors to use to build graphics with theme Auguria
* \ingroup core
- * \version $Id: graph-color.php,v 1.9 2011/07/31 23:22:04 eldy Exp $
+ * \version $Id$
*/
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 edb62d728d5..78ca25e85a6 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/auguria/style.css.php
* \brief Fichier de style CSS du theme auguria
- * \version $Id: style.css.php,v 1.92 2011/07/31 23:22:04 eldy Exp $
+ * \version $Id: style.css.php,v 1.91 2011/07/28 20:54:02 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 083db4f9296..3a01d7a1de1 100644
--- a/htdocs/theme/bureau2crea/graph-color.php
+++ b/htdocs/theme/bureau2crea/graph-color.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/bureau2crea/graph-color.php
* \brief File to declare colors to use to build graphics with theme Auguria
* \ingroup core
- * \version $Id: graph-color.php,v 1.2 2011/07/31 23:19:57 eldy Exp $
+ * \version $Id$
*/
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 c3403b8ca99..6d9f27d592d 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -16,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/bureau2crea/style.css.php
* \brief Fichier de style CSS du theme bureau2crea
- * \version $Id: style.css.php,v 1.41 2011/07/31 23:19:57 eldy Exp $
+ * \version $Id: style.css.php,v 1.40 2011/07/21 09:05:33 simnandez 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 ad67ea829e8..447cf6e7b8d 100644
--- a/htdocs/theme/cameleo/graph-color.php
+++ b/htdocs/theme/cameleo/graph-color.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/cameleo/graph-color.php
* \brief File to declare colors to use to build graphics with theme cameleo
* \ingroup core
- * \version $Id: graph-color.php,v 1.2 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id$
*/
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 6bc5688eeaa..903e70c91a5 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -16,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Cameleo
- * \version $Id: style.css.php,v 1.9 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id: style.css.php,v 1.8 2011/07/21 01:20:33 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 c48f2aee486..1419de38977 100755
--- a/htdocs/theme/eldy/graph-color.php
+++ b/htdocs/theme/eldy/graph-color.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/eldy/graph-color.php
* \brief File to declare colors to use to build graphics with theme Eldy
* \ingroup core
- * \version $Id: graph-color.php,v 1.10 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id$
*/
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 c15f65c5630..9af151bc40a 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Eldy
- * \version $Id: style.css.php,v 1.89 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id: style.css.php,v 1.88 2011/07/28 13:22:19 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 cadac2164e8..69e2fc92d46 100755
--- a/htdocs/theme/freelug/graph-color.php
+++ b/htdocs/theme/freelug/graph-color.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/freelug/graph-color.php
* \brief File to declare colors to use to build graphics with theme Freelug
* \ingroup core
- * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id$
*/
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 bca03dc2770..928700d2f7a 100644
--- a/htdocs/theme/freelug/style.css.php
+++ b/htdocs/theme/freelug/style.css.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/freelug/style.css.php
* \brief Fichier de style CSS du theme Freelug
- * \version $Id: style.css.php,v 1.44 2011/07/31 23:22:05 eldy Exp $
+ * \version $Id: style.css.php,v 1.43 2011/07/28 13:31:58 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 319557d365f..465ef460be3 100644
--- a/htdocs/theme/phones/smartphone/tpl/header.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/header.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: header.tpl.php,v 1.14 2011/07/31 23:19:27 eldy Exp $
+ * $Id$
*/
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/login.tpl.php b/htdocs/theme/phones/smartphone/tpl/login.tpl.php
index 848ead30096..cedf9daef0a 100644
--- a/htdocs/theme/phones/smartphone/tpl/login.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/login.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: login.tpl.php,v 1.18 2011/07/31 23:19:28 eldy Exp $
+ * $Id$
*/
top_httphead();
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
index 559abda250a..f280e37dd9e 100644
--- a/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/menu.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: menu.tpl.php,v 1.18 2011/07/31 23:19:28 eldy Exp $
+ * $Id$
*/
top_httphead();
?>
diff --git a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
index 36fad6998bd..a43b6600488 100644
--- a/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
+++ b/htdocs/theme/phones/smartphone/tpl/passwordforgotten.tpl.php
@@ -12,9 +12,10 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: passwordforgotten.tpl.php,v 1.14 2011/07/31 23:19:27 eldy Exp $
+ * $Id$
*/
top_httphead();
?>
diff --git a/htdocs/theme/yellow/graph-color.php b/htdocs/theme/yellow/graph-color.php
index 9dfadfa57ba..2b72a2a2761 100755
--- a/htdocs/theme/yellow/graph-color.php
+++ b/htdocs/theme/yellow/graph-color.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/yellow/graph-color.php
* \brief File to declare colors to use to build graphics with theme Yellow
* \ingroup core
- * \version $Id: graph-color.php,v 1.6 2011/07/31 23:22:04 eldy Exp $
+ * \version $Id$
*/
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 6e14cbf8e12..74a4705b691 100644
--- a/htdocs/theme/yellow/style.css.php
+++ b/htdocs/theme/yellow/style.css.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/theme/yellow/style.css.php
* \brief Fichier de style CSS du theme Yellow
- * \version $Id: style.css.php,v 1.46 2011/07/31 23:22:04 eldy Exp $
+ * \version $Id: style.css.php,v 1.45 2011/07/28 13:31:58 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 393d9710a48..33c4bc837d2 100644
--- a/htdocs/user/class/user.class.php
+++ b/htdocs/user/class/user.class.php
@@ -18,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/class/user.class.php
* \brief Fichier de la classe utilisateur
- * \version $Id: user.class.php,v 1.47 2011/07/31 23:21:26 eldy Exp $
+ * \version $Id: user.class.php,v 1.46 2011/07/17 18:13:44 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 74c1970c7f6..95ff706a916 100644
--- a/htdocs/user/class/usergroup.class.php
+++ b/htdocs/user/class/usergroup.class.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \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.12 2011/07/31 23:21:26 eldy Exp $
+ * \version $Id: usergroup.class.php,v 1.11 2011/07/08 18:49:16 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 a1adef9ad74..b4d7cfc266c 100644
--- a/htdocs/user/clicktodial.php
+++ b/htdocs/user/clicktodial.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/clicktodial.php
* \brief Page for Click to dial datas
- * \version $Id: clicktodial.php,v 1.25 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -200,5 +201,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.25 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php
index 4531214e886..7ca187da7a7 100644
--- a/htdocs/user/fiche.php
+++ b/htdocs/user/fiche.php
@@ -17,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/fiche.php
* \brief Tab of user card
- * \version $Id: fiche.php,v 1.275 2011/07/31 23:19:43 eldy Exp $
+ * \version $Id: fiche.php,v 1.274 2011/07/08 18:49:17 eldy Exp $
*/
require("../main.inc.php");
@@ -1659,7 +1660,7 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:43 $ - $Revision: 1.275 $');
+llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.274 $');
diff --git a/htdocs/user/group/fiche.php b/htdocs/user/group/fiche.php
index 052021abd95..61c873a23b5 100644
--- a/htdocs/user/group/fiche.php
+++ b/htdocs/user/group/fiche.php
@@ -14,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/group/fiche.php
* \brief Onglet groupes utilisateurs
- * \version $Id: fiche.php,v 1.69 2011/07/31 23:21:25 eldy Exp $
+ * \version $Id: fiche.php,v 1.68 2011/07/08 18:49:17 eldy Exp $
*/
require("../../main.inc.php");
@@ -473,5 +474,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.69 $');
+llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.68 $');
?>
diff --git a/htdocs/user/group/index.php b/htdocs/user/group/index.php
index e25ab02e785..b725674c48d 100644
--- a/htdocs/user/group/index.php
+++ b/htdocs/user/group/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/group/index.php
* \ingroup core
* \brief Page of user groups
- * \version $Id: index.php,v 1.24 2011/07/31 23:21:25 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -108,6 +109,6 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.24 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
index eb342318fa6..3f72932b347 100644
--- a/htdocs/user/group/ldap.php
+++ b/htdocs/user/group/ldap.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/group/ldap.php
* \ingroup ldap
* \brief Page fiche LDAP groupe
- * \version $Id: ldap.php,v 1.26 2011/07/31 23:21:25 eldy Exp $
+ * \version $Id: ldap.php,v 1.25 2011/07/08 18:49:17 eldy Exp $
*/
require("../../main.inc.php");
@@ -215,5 +216,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.26 $');
+llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.25 $');
?>
diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php
index e4e52c611b4..527143d0448 100644
--- a/htdocs/user/group/perms.php
+++ b/htdocs/user/group/perms.php
@@ -16,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/group/perms.php
* \brief Onglet user et permissions de la fiche utilisateur
- * \version $Id: perms.php,v 1.39 2011/07/31 23:21:25 eldy Exp $
+ * \version $Id: perms.php,v 1.38 2011/07/08 15:50:28 eldy Exp $
*/
require("../../main.inc.php");
@@ -292,5 +293,5 @@ if ($_GET["id"])
$db->close();
-llxFooter('$Date: 2011/07/31 23:21:25 $ - $Revision: 1.39 $');
+llxFooter('$Date: 2011/07/08 15:50:28 $ - $Revision: 1.38 $');
?>
diff --git a/htdocs/user/home.php b/htdocs/user/home.php
index 8d3371ea4fa..5830fd8a46c 100644
--- a/htdocs/user/home.php
+++ b/htdocs/user/home.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/home.php
* \brief Home page of users and groups management
- * \version $Id: home.php,v 1.48 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -219,5 +220,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.48 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/index.php b/htdocs/user/index.php
index d0d692dd775..e392602dfaf 100644
--- a/htdocs/user/index.php
+++ b/htdocs/user/index.php
@@ -14,14 +14,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/index.php
* \ingroup core
* \brief Page of users
- * \version $Id: index.php,v 1.51 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -149,5 +150,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.51 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/info.php b/htdocs/user/info.php
index c4fa92297fd..6cbdc91f460 100644
--- a/htdocs/user/info.php
+++ b/htdocs/user/info.php
@@ -12,14 +12,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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/info.php
* \ingroup core
* \brief Page des informations d'un utilisateur
- * \version $Id: info.php,v 1.19 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -72,5 +73,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.19 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php
index b2b92f363a5..4c037fb17ee 100644
--- a/htdocs/user/ldap.php
+++ b/htdocs/user/ldap.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/ldap.php
* \ingroup ldap
* \brief Page fiche LDAP utilisateur
- * \version $Id: ldap.php,v 1.31 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id: ldap.php,v 1.30 2011/07/08 18:49:17 eldy Exp $
*/
require("../main.inc.php");
@@ -232,5 +233,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.31 $');
+llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.30 $');
?>
diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php
index c99c52cf063..ef9dd2c408a 100644
--- a/htdocs/user/logout.php
+++ b/htdocs/user/logout.php
@@ -15,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/logout.php
* \brief Page called to disconnect a user
- * \version $Id: logout.php,v 1.49 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
//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 3d2c3fbafa1..7308041afb3 100644
--- a/htdocs/user/note.php
+++ b/htdocs/user/note.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/note.php
* \ingroup usergroup
* \brief Fiche de notes sur un utilisateur Dolibarr
- * \version $Id: note.php,v 1.24 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -164,5 +165,5 @@ if ($id)
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.24 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index 7f012e19284..e938755bf55 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/param_ihm.php
* \brief Page to show user setup for display
- * \version $Id: param_ihm.php,v 1.53 2011/07/31 23:19:43 eldy Exp $
+ * \version $Id: param_ihm.php,v 1.52 2011/07/08 18:49:17 eldy Exp $
*/
require("../main.inc.php");
@@ -258,5 +259,5 @@ else
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:43 $ - $Revision: 1.53 $');
+llxFooter('$Date: 2011/07/08 18:49:17 $ - $Revision: 1.52 $');
?>
diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
index 98124e66972..02a4318c340 100644
--- a/htdocs/user/passwordforgotten.php
+++ b/htdocs/user/passwordforgotten.php
@@ -13,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/passwordforgotten.php
* \brief Page to ask a new password
- * \version $Id: passwordforgotten.php,v 1.76 2011/07/31 23:19:43 eldy Exp $
+ * \version $Id: passwordforgotten.php,v 1.75 2011/07/08 18:49:17 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 adb7fa764b6..0e7abfc9902 100644
--- a/htdocs/user/perms.php
+++ b/htdocs/user/perms.php
@@ -16,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/user/perms.php
* \brief Onglet user et permissions de la fiche utilisateur
- * \version $Id: perms.php,v 1.56 2011/07/31 23:19:42 eldy Exp $
+ * \version $Id$
*/
require("../main.inc.php");
@@ -373,5 +374,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 23:19:42 $ - $Revision: 1.56 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php
index fb4b85a0aa9..143af8934c7 100644
--- a/htdocs/viewimage.php
+++ b/htdocs/viewimage.php
@@ -14,7 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
@@ -22,7 +23,7 @@
* \file htdocs/viewimage.php
* \brief Wrapper to show images into Dolibarr screens
* \remarks Call to wrapper is '
'
- * \version $Id: viewimage.php,v 1.97 2011/07/31 23:19:04 eldy Exp $
+ * \version $Id: viewimage.php,v 1.96 2011/07/28 13:56:17 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 743fa2fa138..f3a49b805bd 100644
--- a/htdocs/webservices/admin/webservices.php
+++ b/htdocs/webservices/admin/webservices.php
@@ -13,14 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/admin/webservices.php
* \ingroup webservices
* \brief Page to setup webservices module
- * \version $Id: webservices.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
require("../../main.inc.php");
@@ -145,5 +146,5 @@ print '
';
$db->close();
-llxFooter('$Date: 2011/07/31 23:21:08 $ - $Revision: 1.8 $');
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/webservices/demo_wsclient_invoice.php b/htdocs/webservices/demo_wsclient_invoice.php
index 8bfc7d0efa7..6cabefd522d 100755
--- a/htdocs/webservices/demo_wsclient_invoice.php
+++ b/htdocs/webservices/demo_wsclient_invoice.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/demo_wsclient_invoice.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_invoice"
- * \version $Id: demo_wsclient_invoice.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// 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 7ec42251a16..6026a199fc7 100755
--- a/htdocs/webservices/demo_wsclient_other.php
+++ b/htdocs/webservices/demo_wsclient_other.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/demo_wsclient_other.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_other"
- * \version $Id: demo_wsclient_other.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// 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 6a646b98570..d9bc209ce11 100755
--- a/htdocs/webservices/demo_wsclient_thirdparty.php
+++ b/htdocs/webservices/demo_wsclient_thirdparty.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/demo_wsclient_thirdparty.php
* \brief Demo page to make a client call to Dolibarr WebServices "server_other"
- * \version $Id: demo_wsclient_thirdparty.php,v 1.8 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/index.php b/htdocs/webservices/index.php
index 4752651c128..971cf3aa03e 100644
--- a/htdocs/webservices/index.php
+++ b/htdocs/webservices/index.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/server_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id: index.php,v 1.5 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_invoice.php b/htdocs/webservices/server_invoice.php
index 33ae1d69ba1..5a5f09370b3 100755
--- a/htdocs/webservices/server_invoice.php
+++ b/htdocs/webservices/server_invoice.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/server_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id: server_invoice.php,v 1.14 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_other.php b/htdocs/webservices/server_other.php
index 42b65a2aee5..0d32271038e 100644
--- a/htdocs/webservices/server_other.php
+++ b/htdocs/webservices/server_other.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/server_other.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id: server_other.php,v 1.12 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// 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 2df693d9fad..05479e9b825 100755
--- a/htdocs/webservices/server_supplier_invoice.php
+++ b/htdocs/webservices/server_supplier_invoice.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/server_supplier_invoice.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id: server_supplier_invoice.php,v 1.9 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// This is to make Dolibarr working with Plesk
diff --git a/htdocs/webservices/server_thirdparty.php b/htdocs/webservices/server_thirdparty.php
index da2f0bb3a3e..ebd153681a1 100755
--- a/htdocs/webservices/server_thirdparty.php
+++ b/htdocs/webservices/server_thirdparty.php
@@ -12,13 +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, see .
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/webservices/server_thirdparty.php
* \brief File that is entry point to call Dolibarr WebServices
- * \version $Id: server_thirdparty.php,v 1.13 2011/07/31 23:21:08 eldy Exp $
+ * \version $Id$
*/
// This is to make Dolibarr working with Plesk