Changeset 16 for stat_functions.php
- Timestamp:
- Oct 17, 2007, 8:26:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stat_functions.php
r15 r16 123 123 ($LastValue['continuity'] == 1) and ($Continuity == 1)) 124 124 { 125 echo('s');125 //echo('s'); 126 126 $Database->update($Measure['DataTable'], 'time="'.$LastValue['time'].'" AND level=0 AND measure='.$Measure['Id'], array('time' => 'NOW()')); 127 127 } else … … 184 184 global $ValueTypes; 185 185 186 $NewValue = array('min' => +10000000000 , 'avg' => 0, 'max' => -10000000000);186 $NewValue = array('min' => +1000000000000000000, 'avg' => 0, 'max' => -1000000000000000000); 187 187 188 188 // Trim outside parts
Note:
See TracChangeset
for help on using the changeset viewer.