Ignore:
Timestamp:
Oct 4, 2012, 8:12:31 AM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Tabulky finance_monthly_overall a finance_carge přejmenovaný na názvy s velkými prvními písmeny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/index.php

    r294 r407  
    2323    $Output .= '<br /><strong>Souhrn:</strong><br />';
    2424
    25     $DbResult = $this->Database->query('SELECT * FROM finance_monthly_overall ORDER BY date DESC LIMIT 0,1');
     25    $DbResult = $this->Database->query('SELECT * FROM FinanceMonthlyOverall ORDER BY Date DESC LIMIT 0,1');
    2626    $Row = $DbResult->fetch_array();
    2727    $Output .= 'Platba za internetovou linku ('.$Finance->RealMaxSpeed.'/'.$Finance->RealMaxSpeed.' kbit/s): <strong>'.$Finance->Internet.' Kč</strong><br />';
Note: See TracChangeset for help on using the changeset viewer.