Skip to content
Snippets Groups Projects
Commit 3ef8c6e5 authored by Jean-François Ferry's avatar Jean-François Ferry
Browse files

Missing variable declaration

parent 8ebb48cb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment