This commit is contained in:
xdrm-brackets 2016-04-09 20:34:05 +02:00
parent e73b3a0bf5
commit cd1f416990
1 changed files with 5 additions and 4 deletions

View File

@ -32,9 +32,10 @@
/* (1) Liste des relations */
'inter' => array(
array(15, 3), // Jean connait George
array(15, 1), // Jean connait Martin
array(12, 18), // Martine connait Jacques
array(12, 3),
array(15, 3),
array(3, 18),
array(18, 1)
)
);
@ -44,7 +45,7 @@
=========================================================*/
return array(
'ModuleError' => ManagerError::Success,
'data' => $data
'data' => $data
);
}