diff options
author | M.Gergo | 2020-03-01 03:29:48 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-01 03:29:48 +0100 |
commit | c2908f8a1487e62c4a61032e261721cefc357980 (patch) | |
tree | fc88fed60624985a1250c88932d8291a73dd3b83 /mayor-orig/mayor-portal/www/policy | |
parent | 35283d60ca832c8c9c351ddd78cf9c5396ff80f6 (diff) | |
download | mayor-c2908f8a1487e62c4a61032e261721cefc357980.tar.gz mayor-c2908f8a1487e62c4a61032e261721cefc357980.zip |
Rev: 4611rev4611
Diffstat (limited to 'mayor-orig/mayor-portal/www/policy')
-rw-r--r-- | mayor-orig/mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mayor-orig/mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php b/mayor-orig/mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php index 85732e67..0d5cbf71 100644 --- a/mayor-orig/mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php +++ b/mayor-orig/mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php @@ -6,9 +6,9 @@ if (_RIGHTS_OK !== true) die(); $hirId = readVariable($_POST['hirId'],'id',null); if ($hirId=='') $hirId = readVariable($_GET['hirId'],'id',null); $action = readVariable($_POST['action'],'strictstring',array(null,'save','')); - if (__PORTAL_CODE=='vmg' && $hirId>0 && isOwner($hirId)===false) { - $_SESSION['alert'][] = 'page:not_owner'; - } +// if (__PORTAL_CODE=='vmg' && $hirId>0 && isOwner($hirId)===false) { +// $_SESSION['alert'][] = 'page:not_owner'; +// } if ($action=='save' && (__HIREKADMIN || $hirId=='' || isOwner($hirId))) { global $LANGUAGES; |