Changeset 17492 for schedule/Module


Ignore:
Timestamp:
01/07/14 12:55:20 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17491 r17492  
    328328        $cnt3=0;
    329329        $prevtimestamp = 0;
    330         ?> alert("Fetching data"); <?php
     330
    331331        while($times = mysql_fetch_array($observationsTime))
    332332        {
     333                        ?> alert("Fetching data"); <?php
    333334                        $timestamp=strtotime($times['fStart']);
    334335                        $actualtime = date('Y-m-d H:i:s', $timestamp);
Note: See TracChangeset for help on using the changeset viewer.