Changeset 440 for trunk/is/index.php
- Timestamp:
- Oct 13, 2012, 6:28:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/is/index.php
r438 r440 28 28 29 29 if(array_key_exists('t', $_GET)) $_SESSION['Table'] = $_GET['t']; 30 if(!array_key_exists('Table', $_SESSION)) $_SESSION['Table'] = ''; 30 31 if(array_key_exists('a', $_GET)) $_SESSION['Action'] = $_GET['a']; 31 32 if(array_key_exists('id', $_GET)) $_SESSION['Id'] = $_GET['id'];
Note:
See TracChangeset
for help on using the changeset viewer.