Changeset 286 for trunk/save.php
- Timestamp:
- Dec 22, 2009, 10:22:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/save.php
r285 r286 8 8 //if(Licence(LICENCE_USER) == false) die('Nemáte přístup do této sekce! Je nutné se přihásit.'); 9 9 10 if(array_key_exists('group', $_GET)) $GroupId = $_GET['group']; else $GroupId = 1; 11 if(isset($TranslationTree[$GroupId]) == false) 12 { 13 echo('Neexistující id překladové skupiny.'); 14 ShowFooter(); 15 die(); 16 } 10 $GroupId = LoadGroupIdParameter(); 17 11 $Table = $TranslationTree[$GroupId]['TablePrefix']; 18 12 if(array_key_exists('entry', $_POST) and Licence(LICENCE_USER))
Note:
See TracChangeset
for help on using the changeset viewer.