Ignore:
Timestamp:
Feb 20, 2013, 9:40:53 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Nastavení předvolené verze klienta pro překládání v profilu překladatelů.
  • Přidáno: Vlastní text v profilu uživatele.
  • Upraveno: Nyní lze veřejně zobrazovat profily překladatelů.
  • Opraveno: Na některých místech opraveno použití id originálního jazyka textů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Page.php

    r522 r524  
    157157  while($DbUser = $DbResult->fetch_assoc())
    158158  {
    159     if($User->Licence(LICENCE_MODERATOR))
    160       $Name = '<a href="user.php?user='.$DbUser['ID'].'">'.$DbUser['Name'].'</a>';
    161       else $Name = $DbUser['Name'];
    162     $TextGM = '';
    163     $Output .= '<strong>'.$Name.'</strong>'.$TextGM.'<br />';
     159    $Name = '<a href="user.php?user='.$DbUser['ID'].'">'.$DbUser['Name'].'</a>';
     160    $Output .= '<strong>'.$Name.'</strong><br />';
    164161  }
    165162  return($Output);
Note: See TracChangeset for help on using the changeset viewer.