Changeset 389 for gm.php


Ignore:
Timestamp:
Oct 8, 2008, 12:42:58 PM (16 years ago)
Author:
george
Message:
  • Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gm.php

    r375 r389  
    55include('download_soubory/files.php');
    66
    7 $Role = array('Hráè', 'Moderátor', 'Game master', 'Kontrolor chyb', 'Administrátor', 'Správce systému');
     7$Role = array('Hráč', 'Moderátor', 'Game master', 'Kontrolor chyb', 'Administrátor', 'Správce systému');
    88
    99echo('<h3>GM tým</h3>');
     
    1515while($Line = $Result->fetch_array())
    1616{
    17   echo '<tr><td><p>Pøezdívka:</p></td>';
     17  echo '<tr><td><p>Přezdívka:</p></td>';
    1818  echo '<td><p><b>'.$Line['username'].'</b></p></td>';
    1919  echo '</tr>';
     
    3131*/
    3232  $Database->select_db('characters');
    33   echo('<tr><td><p>GM Postavy ve høe:</p></td>');
     33  echo('<tr><td><p>GM Postavy ve hře:</p></td>');
    3434  echo('<td><p><b>');
    3535  $ResultMangos = $Database->query('SELECT * FROM `characters` WHERE account = "'.$Line['id'].'"');
Note: See TracChangeset for help on using the changeset viewer.