Commit bdac882012f98234c63a92dbe21fc771efaabda9

Authored by elena
1 parent 71a95117

show size for catalogs

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
php/classes/AmdaAction.php
@@ -182,6 +182,7 @@ class AmdaAction { @@ -182,6 +182,7 @@ class AmdaAction {
182 182
183 case 'timeTable': 183 case 'timeTable':
184 case 'sharedtimeTable': 184 case 'sharedtimeTable':
  185 + case 'catalog':
185 if ($isLeaf) $info = $child->getAttribute('intervals').' intervals'; 186 if ($isLeaf) $info = $child->getAttribute('intervals').' intervals';
186 break; 187 break;
187 188