Missing variable declaration
This commit is contained in:
parent
8ebb48cb5c
commit
3ef8c6e5dd
@ -44,6 +44,10 @@ class ExtraFields
|
|||||||
var $attribute_unique;
|
var $attribute_unique;
|
||||||
// Array to store if attribute is required or not
|
// Array to store if attribute is required or not
|
||||||
var $attribute_required;
|
var $attribute_required;
|
||||||
|
// Array to store parameters of attribute (used in select type)
|
||||||
|
var $attribute_param;
|
||||||
|
// Int to store position of attribute
|
||||||
|
var $attribute_pos;
|
||||||
|
|
||||||
var $error;
|
var $error;
|
||||||
var $errno;
|
var $errno;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user