Changeset 49 for branches/old/index.php


Ignore:
Timestamp:
Feb 20, 2015, 8:30:42 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use time() instead of NOW() in AddValue function.
  • Modified: Removed some whitespace.
Location:
branches/old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/old

    • Property svn:ignore
      •  

        old new  
        11config.php
         2.buildpath
         3.project
         4.settings
  • branches/old/index.php

    r28 r49  
    77{
    88      global $Months;
    9      
     9
    1010      $Output = '<form style="display: inline;" action="?Operation=SetTime&amp;Time='.$Time.'" method="post">';
    11      
     11
    1212      $TimeParts = getdate($_SESSION[$Time]);
    1313      //print_r($TimeParts);
    14          
     14
    1515      // Day selection
    1616      $Output .= '<select name="Day">';
     
    2121      }
    2222      $Output .= '</select>. ';
    23      
     23
    2424      // Month selection
    2525      $Output .= '<select name="Month">';
     
    178178  $StopWatchStart = GetMicrotime();
    179179  if(array_key_exists('Debug', $_GET))
    180   { 
     180  {
    181181    $DbResult = $Database->select($Measure['DataTable'], 'COUNT(*)', 'measure='.$Measure['Id']);
    182182    $RowCount = $DbResult->fetch_array();
     
    201201}
    202202$Output .= '</table>';
    203 $Output .= '<br><a href="http://game.zdechov.net/statistic/development/">Sekce vývoje systému</a>';
     203$Output .= '<br><a href="http://svn.zdechov.net/trac/statistic/">Sekce vývoje systému</a>';
    204204//echo(time());
    205205//print_r(gd_info());
     
    210210
    211211//echo(AddPrefixMultipliers('-0.000000071112345', 'B'));
    212 
    213 ?>
Note: See TracChangeset for help on using the changeset viewer.