New transactional maps in progress... (Added constants to nodes and arrows)
This commit is contained in:
parent
db9e677d7e
commit
268cc025d8
|
@ -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);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue