Changeset 238


Ignore:
Timestamp:
Jul 31, 2009, 8:43:23 AM (15 years ago)
Author:
george
Message:
  • Smazáno: Staré již nepoužité tabulky.
  • Upraveno: Názvy sloupců v tabulce TKR.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tkr.php

    r148 r238  
    1212'<table class="WideTable">'.
    1313'<tr><th>Číslo</th<th>Jméno stanice</th><th>Frekvence [MHz]</th><th>Jazyk</th></tr>';
    14     $DbResult = $this->Database->select('tkr', '*', ' 1 ORDER BY id');
     14    $DbResult = $this->Database->select('TKR', '*', ' 1 ORDER BY Id');
    1515    while($Row = $DbResult->fetch_array())
    1616    {
    17       $Output .= '<tr><td>'.$Row['id'].'</td><td><a href="'.$Row['www'].'">'.$Row['name'].'</a></td><td align="right">'.($Row['freq']/1000).'</td><td>'.$Row['lang'].'</td></tr>';
     17      $Output .= '<tr><td>'.$Row['Id'].'</td><td><a href="'.$Row['Homepage'].'">'.$Row['Name'].'</a></td><td align="right">'.($Row['Frequency'] / 1000).'</td><td>'.$Row['Language'].'</td></tr>';
    1818    }
    1919    $Output .= '</table>Aktualizováno dne 17.12.2007<br></div>';
Note: See TracChangeset for help on using the changeset viewer.