mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
getAttributeObjectTypeText() returns value for objtype_user
This commit is contained in:
parent
75a8a52028
commit
9065dae74c
|
|
@ -391,6 +391,9 @@ function getAttributeObjectTypeText($attrdef) { /* {{{ */
|
|||
case SeedDMS_Core_AttributeDefinition::objtype_documentcontent:
|
||||
$ot = getMLText("documentcontent");
|
||||
break;
|
||||
case SeedDMS_Core_AttributeDefinition::objtype_user:
|
||||
$ot = getMLText("user");
|
||||
break;
|
||||
default:
|
||||
$ot = getMLText('objtype_unknown');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user