Changeset 11 for stat_functions.php
- Timestamp:
- Oct 16, 2007, 10:33:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stat_functions.php
r10 r11 68 68 else { 69 69 $LastValue = $Result->fetch_array(); 70 $NextToLastValue = DB_Row();70 $NextToLastValue = $Result->fetch_array(); 71 71 if(($Time - MysqlDateTimeToTime($LastValue['time'])) < 0.75 * $Measure['Period']) 72 72 {
Note:
See TracChangeset
for help on using the changeset viewer.