Ignore:
Timestamp:
Apr 8, 2013, 10:40:40 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Detekce typu stahovaných souborů se nyní provádí přímo přes pole MIME typů.
  • Opraveno: Chyba dělení nulou při zobrazení tarifů a počítání agregace rychlosti.
  • Opraveno: Řazení služeb v tabulce dle jména a až pak dle rychlosti stahování.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/finance.php

    r507 r514  
    3333  {
    3434    $this->Tariffs = array();
    35     $DbResult = $this->Database->select('Service', '*', '`ReplaceId` IS NULL ORDER BY `InternetSpeedMax`');
     35    $DbResult = $this->Database->select('Service', '*', '`ReplaceId` IS NULL ORDER BY `Name`, `InternetSpeedMax`');
    3636    while($Tariff = $DbResult->fetch_array())
    3737    {
Note: See TracChangeset for help on using the changeset viewer.