New transactional maps in progress... (Added constants to nodes and arrows)

This commit is contained in:
Arturo Gonzalez 2016-05-17 09:16:19 +02:00
parent db9e677d7e
commit 268cc025d8
1 changed files with 4 additions and 0 deletions

View File

@ -469,4 +469,8 @@ define("ID_USER_IN_PANDORA", "eduPersonTargetedId");
define("GROUP_IN_PANDORA", "schacHomeOrganization");
define("MAIL_IN_PANDORA", "mail");
/* Transactional map constants */
define("NODE_TYPE", 0);
define("ARROW_TYPE", 1);
?>