add new type for date fields

This commit is contained in:
Uwe Steinmann 2015-10-30 08:05:22 +01:00
parent 0c98a1ae71
commit ec581518f0

View File

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