source: branches/old/rebuild.php@ 51

Last change on this file since 51 was 51, checked in by chronos, 10 years ago
  • Modify: If measure not found then use default one.
File size: 130 bytes
Line 
1<?php
2
3include('global.php');
4
5$Measure = GetMeasureById(7);
6RebuildMeasureCache($Measure);
7
8//RebuildAllMeasuresCache();
Note: See TracBrowser for help on using the repository browser.