\#5, TODO: Add codes and add sources and versions

This commit is contained in:
José Luis Garrido Labrador
2018-09-29 13:06:59 +02:00
parent 54b7c70adc
commit ea067d8f15
11 changed files with 254 additions and 40 deletions

View File

@@ -64,6 +64,6 @@ function otherImplementationToArray($db,&$query,$supported){
return $other;
}
function otherVersionToArray($db,&$query,&$supported){
function otherVersionToArray($db,$query,$supported){
return lastToArray($db,$query,$supported);
}