From 015eb7e224094541631e44669d45f27d9ecd3a74 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Fri, 3 Aug 2007 12:05:06 +0000
Subject: [PATCH] Fix: global langs inutile

---
 htdocs/html.form.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index f5070c1d7d5..748192aa4d6 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -75,7 +75,7 @@ class Form
   */
   function textwithtooltip($text,$htmltext,$tooltipon=1,$direction=0,$img='',$i=1,$option='')
   {
-  	global $conf,$langs;
+  	global $conf;
 		
 		if (! $htmltext) return $text;
 		
-- 
GitLab