Commit 9b3e810f7a6893e3755eacdc98871a4c92484694
1 parent
e1fdab74
Exists in
master
and in
100 other branches
progress
Showing
2 changed files
with
0 additions
and
9 deletions
Show diff stats
php/classes/AmdaAction.php
... | ... | @@ -1126,14 +1126,6 @@ class AmdaAction |
1126 | 1126 | } |
1127 | 1127 | |
1128 | 1128 | |
1129 | - public function initObjectCacheFromTimeTable($id, $nbParams) | |
1130 | - { | |
1131 | - $cacheMgr = new CatalogCacheMgr(); | |
1132 | - | |
1133 | - return $cacheMgr->initFromTimeTable($id, $nbParams); | |
1134 | - } | |
1135 | - | |
1136 | - | |
1137 | 1129 | public function initForChart($id, $folderId, $name, $isTmpObject, $type) |
1138 | 1130 | { |
1139 | 1131 | if ($isTmpObject && $type == 'catalog' && $id == 'cacheCat') | ... | ... |
php/config.php
... | ... | @@ -161,7 +161,6 @@ $API = array( |
161 | 161 | 'initObjectCacheFromTmpObject'=>array('len'=>3), |
162 | 162 | 'initObjectCacheFromUploadedFile'=>array('len'=>3), |
163 | 163 | 'initObjectCacheFromCatalog'=>array('len'=>2), |
164 | - 'initObjectCacheTimeTable'=>array('len'=>2), | |
165 | 164 | 'readCacheIntervals'=>array('len'=>1), |
166 | 165 | 'readIntervalsForChart'=>array('len'=>1), |
167 | 166 | 'addCacheInterval'=>array('len'=>1), | ... | ... |