Ignore:
Timestamp:
Jan 5, 2009, 7:40:40 AM (16 years ago)
Author:
george
Message:
  • Opraveno: Chyba odebírání odpojených uživatelů.
  • Přidáno: Funkce pro zobrazení velikosti čitelné lidmi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/chat/history.php

    r98 r131  
    6060            }
    6161            $Output .= '</span></div>';
    62           } else $Output .= '<span><a href="?month='.$Month.'">'.$MonthNames[$Month].'</a></span> '; 
     62          } else $Output .= '<span><a href="?month='.$Month.'">'.$MonthNames[$Month].'</a></span> ';
    6363        }
    6464        $Output .='</div></div>';
     
    6666    }
    6767    $Output .= '</div><div></div>';
    68  
     68
    6969    $DbResult = $this->Database->select('ChatHistory', 'Nick, Color, Text, UNIX_TIMESTAMP(Time)', "RoomType = 0 AND Time > '".$Date." 00:00:00' AND Time < '".$Date." 23:59:59' ORDER BY Time DESC");
    7070    $Output .= '<div class="ChatHistoryText">';
Note: See TracChangeset for help on using the changeset viewer.