From a9d4386bc4bf9187f60f893af34f2187f7a0a621 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Tue, 13 May 2008 06:48:48 +0000
Subject: [PATCH] Update bad link

---
 htdocs/about.php | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/htdocs/about.php b/htdocs/about.php
index 380a26ce4ba..bbf0aa35cad 100644
--- a/htdocs/about.php
+++ b/htdocs/about.php
@@ -1,7 +1,7 @@
 <?php
 /* Copyright (C) 2003-2004 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
  * Copyright (C) 2003      Jean-Louis Bergamo    <jlb@j1b.org>
- * Copyright (C) 2004-2006 Laurent Destailleur   <eldy@users.sourceforge.net>
+ * Copyright (C) 2004-2008 Laurent Destailleur   <eldy@users.sourceforge.net>
  * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
  * Copyright (C) 2005-2007 Regis Houssin         <regis@dolibarr.fr>
  *
@@ -18,14 +18,12 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Id$
  */
 
 /**
  *        \file       htdocs/about.php
  *       \brief      Fichier page a propos
- *       \version    $Revision$
+ *       \version    $Id$
  */
 
 require("./pre.inc.php");
@@ -115,14 +113,13 @@ if (eregi('^fr_',$langs->getDefaultLang()))
     print 'Vente / Support';
     print '<ul>';
     print '<li>';
-    print 'Contactez Rodolphe Qui�deville sur <a target="blank" href="http://rodolphe.quiedeville.org">www.dolibarr.com</a>';
+    print 'Contactez Rodolphe Qui�deville sur <a target="blank" href="http://rodolphe.quiedeville.org">rodolphe.quiedeville.org</a>';
     print '</li>';
     print '</ul>';
 }
 
 
 llxFooter('$Date$ - $Revision$');
-
 ?>
 
 
-- 
GitLab