Changeset 220 for trunk/save.php


Ignore:
Timestamp:
Jul 1, 2009, 10:15:34 PM (15 years ago)
Author:
maron
Message:

Oprava kontroly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/save.php

    r214 r220  
    99
    1010if(array_key_exists('group', $_GET)) $GroupId = $_GET['group']; else $GroupId = 1;
    11 if(($GroupId < 1) or ($GroupId > count($TranslationTree)))
     11if(isset($TranslationTree[$GroupId]) == false)
    1212{
    1313  echo('Neexistující id překladové skupiny.');
Note: See TracChangeset for help on using the changeset viewer.