Changeset 540 for trunk/dictionary.php


Ignore:
Timestamp:
May 18, 2013, 9:28:56 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Chyba ve sestavení SQL dotazu při porovnání překladů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dictionary.php

    r538 r540  
    173173  $GroupId = LoadGroupIdParameter();
    174174  if(array_key_exists('mode', $_GET)) $mode = $_GET['mode'];
    175   else $mode = 0; //0 = přesné názvy, 1=všechny názvy, 2=nepřeložené
     175  else $mode = 0; //0 = exact names, 1=all names, 2=nontranslated
    176176  $Table = $TranslationTree[$GroupId]['TablePrefix'];
    177177 
Note: See TracChangeset for help on using the changeset viewer.