Fix: global langs inutile

This commit is contained in:
Regis Houssin 2007-08-03 12:05:06 +00:00
parent 5ac8d0e6fd
commit 015eb7e224

View File

@ -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;