Ignore:
Timestamp:
Aug 7, 2009, 11:16:13 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Výběr světa přímo ze seznamu světů.
  • Přidáno: Odkaz na seznam světů z rychlého infa.
  • Upraveno: Řazení herních příkazů dle abecedy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/commands.php

    r612 r613  
    66
    77$Output .= '<ul>';
    8 $DbResult = $db->query('SELECT * FROM `command` WHERE security=0'); 
     8$DbResult = $db->query('SELECT * FROM `command` WHERE security=0 ORDER BY name'); 
    99while($DbRow = $DbResult->fetch_assoc())
    1010{
    11   $Output .= '<li><strong>.'.$DbRow['name'].'</strong> - '.$DbRow['help'].'</li>';
     11  $Output .= '<li><strong>'.$DbRow['name'].'</strong> - '.$DbRow['help'].'</li>';
    1212}
    1313$Output .= '</ul>';
Note: See TracChangeset for help on using the changeset viewer.