set number of type_date to 7

This commit is contained in:
Uwe Steinmann 2015-10-30 08:06:32 +01:00
parent ec581518f0
commit f225b42d71

View File

@ -277,7 +277,7 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */
const type_float = '2'; const type_float = '2';
const type_string = '3'; const type_string = '3';
const type_boolean = '4'; const type_boolean = '4';
const type_date = '6'; const type_date = '7';
/* /*
* The object type for which a attribute may be used * The object type for which a attribute may be used