Changeset 563 for trunk/action.php
- Timestamp:
- Aug 14, 2013, 12:08:56 AM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/action.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/action.phpr562 r563 184 184 } 185 185 186 187 186 if(array_key_exists('group', $_GET)) $GroupId = LoadGroupIdParameter(); 188 187 else $GroupId = 1; … … 191 190 if(array_key_exists('action', $_GET)) $Action = $_GET['action']; 192 191 193 elseif($Action == 'search') $Output = Search();192 if($Action == 'search') $Output = Search(); 194 193 else if($Action == 'dbkit') $Output = DatabaseKit(); 195 194 else $Output = ShowMessage('Nebyla zadána žádná akce.', MESSAGE_CRITICAL); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
