Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Meals/Meals.php

    r912 r929  
    2828  function ShowMenu(): string
    2929  {
    30     //echo('Dnes je '.HumanDate(date('Y-m-d')).'<br>');
    3130    $Output = '<table align="center" class="WideTable"><tr><th>Den</th><th>Datum</th><th>Polévka</th><th>Hlavní jídlo</th></tr>';
    3231    $DbResult = $this->Database->select('Meals', '*, UNIX_TIMESTAMP(Date)','Date >= NOW() ORDER BY Date');
     
    6059</head><body style="margin: 0px 0px 0px 0px;">'; // onload="print()">');
    6160
    62     //echo('Dnes je '.HumanDate(date('Y-m-d')).'<br>');
    6361    $Output .= '<table height="99%" width="100%" align="center" border="0" cellspacing="0" cellpadding="3">';
    6462    $Date = explode('-', $_GET['date']);
Note: See TracChangeset for help on using the changeset viewer.