Changeset 577 for trunk/Modules/Import/Manage.php
- Timestamp:
- Sep 11, 2013, 10:37:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Manage.php
r551 r577 95 95 function Show() 96 96 { 97 global $User;98 99 97 $Output = ''; 100 if($ User->Licence(LICENCE_ADMIN))98 if($this->System->User->Licence(LICENCE_ADMIN)) 101 99 { 102 100 if(array_key_exists('action', $_GET))
Note:
See TracChangeset
for help on using the changeset viewer.