Changeset 220 for trunk/save.php
- Timestamp:
- Jul 1, 2009, 10:15:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/save.php
r214 r220 9 9 10 10 if(array_key_exists('group', $_GET)) $GroupId = $_GET['group']; else $GroupId = 1; 11 if( ($GroupId < 1) or ($GroupId > count($TranslationTree)))11 if(isset($TranslationTree[$GroupId]) == false) 12 12 { 13 13 echo('Neexistující id překladové skupiny.');
Note:
See TracChangeset
for help on using the changeset viewer.