Missing variable declaration

This commit is contained in:
jfefe 2013-02-18 00:40:49 +01:00
parent 8ebb48cb5c
commit 3ef8c6e5dd

View File

@ -44,6 +44,10 @@ class ExtraFields
var $attribute_unique;
// Array to store if attribute is required or not
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 $errno;