Changeset 153 for www/finance/user_state.php
- Timestamp:
- Feb 16, 2009, 6:16:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/user_state.php
r152 r153 16 16 if(!$this->System->Modules['User']->CheckPermission('Finance', 'DisplaySubjectState')) return('Nemáte oprávnění'); 17 17 18 //$UserId = $this->System->Modules['User']->User['Id']; 19 $UserId = GetMemberByIP(GetRemoteAddress()); 20 if(!array_key_exists('show',$_GET)) $_GET['show'] = ''; 18 $UserId = $this->System->Modules['User']->User['Id']; 19 if(!array_key_exists('show', $_GET)) $_GET['show'] = ''; 21 20 $DbResult = $this->Database->query("SELECT *,CONCAT(second_name, ' ', first_name) as fullname FROM users WHERE id=".$UserId); 22 21 $Row2 = $DbResult->fetch_array();
Note:
See TracChangeset
for help on using the changeset viewer.