Changeset 11


Ignore:
Timestamp:
Oct 16, 2007, 10:33:43 PM (17 years ago)
Author:
george
Message:

Oprava chyby

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stat_functions.php

    r10 r11  
    6868  else {
    6969    $LastValue = $Result->fetch_array();
    70     $NextToLastValue = DB_Row();
     70    $NextToLastValue = $Result->fetch_array();
    7171    if(($Time - MysqlDateTimeToTime($LastValue['time'])) < 0.75 * $Measure['Period'])
    7272    {
Note: See TracChangeset for help on using the changeset viewer.