Qual: Missing global declaration
This commit is contained in:
parent
a22ead5e97
commit
70c9dda964
@ -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];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user