Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 12:11:15 +02:00
parent a22ead5e97
commit 70c9dda964

View File

@ -581,7 +581,7 @@ class ExtraFields
*/ */
function showInputField($key,$value,$moreparam='',$keyprefix='') function showInputField($key,$value,$moreparam='',$keyprefix='')
{ {
global $conf,$langs; global $conf,$langs,$db;
$label=$this->attribute_label[$key]; $label=$this->attribute_label[$key];
$type =$this->attribute_type[$key]; $type =$this->attribute_type[$key];