mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
set number of type_date to 7
This commit is contained in:
parent
ec581518f0
commit
f225b42d71
|
@ -277,7 +277,7 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */
|
|||
const type_float = '2';
|
||||
const type_string = '3';
|
||||
const type_boolean = '4';
|
||||
const type_date = '6';
|
||||
const type_date = '7';
|
||||
|
||||
/*
|
||||
* The object type for which a attribute may be used
|
||||
|
|
Loading…
Reference in New Issue
Block a user