Skip to content
Snippets Groups Projects
Commit 015eb7e2 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: global langs inutile

parent 5ac8d0e6
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ class Form ...@@ -75,7 +75,7 @@ class Form
*/ */
function textwithtooltip($text,$htmltext,$tooltipon=1,$direction=0,$img='',$i=1,$option='') function textwithtooltip($text,$htmltext,$tooltipon=1,$direction=0,$img='',$i=1,$option='')
{ {
global $conf,$langs; global $conf;
if (! $htmltext) return $text; if (! $htmltext) return $text;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment