Commit 310e00b388af562328993c706fd2a6f1dc9c2132
1 parent
8c2fa14d
Exists in
master
and in
111 other branches
remove epntap references in php/classes/AmdaAction.php php/config.php (now useless)
Showing
2 changed files
with
1 additions
and
14 deletions
Show diff stats
php/classes/AmdaAction.php
... | ... | @@ -1340,16 +1340,5 @@ class AmdaAction { |
1340 | 1340 | $alreadyUsed = $mgr->isNameAlreadyUsed($obj->type, $obj->name); |
1341 | 1341 | return array('success' => true, 'alreadyUsed' => $alreadyUsed); |
1342 | 1342 | } |
1343 | - | |
1344 | - public function epnTapGetNbResults( $url, $tableName, $targetName, $productType, $timeMin, $timeMax) { | |
1345 | - // return (new EpnTapMgr)->getNbResults($url, $tableName, $targetName, $productType, $timeMin, $timeMax); | |
1346 | - (new EpnTapMgr)->getNbResults($url, $tableName, $targetName, $productType, $timeMin, $timeMax); | |
1347 | - return date('s'); | |
1348 | - } | |
1349 | - | |
1350 | - public function epnTapGetGranules( $url, $tableName, $targetName, $productType, $timeMin, $timeMax, $limit, $offset) { | |
1351 | - return (new EpnTapMgr)->getGranules($url, $tableName, $targetName, $productType, $timeMin, $timeMax, $limit, $offset); | |
1352 | - } | |
1353 | - | |
1354 | 1343 | } |
1355 | 1344 | ?> | ... | ... |
php/config.php