Changeset 505 for trunk/action.php
- Timestamp:
- Feb 14, 2013, 8:24:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/action.php
r504 r505 280 280 $GroupId = LoadGroupIdParameter(); 281 281 $Table = $TranslationTree[$GroupId]['TablePrefix']; 282 if(array_key_exists('action', $_GET)) $Action = $_GET['action']; 283 else $Action = '';282 $Action = ''; 283 if(array_key_exists('action', $_GET)) $Action = $_GET['action']; 284 284 285 285 if($Action == 'shoutbox') $Output = ShoutBox();
Note:
See TracChangeset
for help on using the changeset viewer.