From c2908f8a1487e62c4a61032e261721cefc357980 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 1 Mar 2020 03:29:48 +0100 Subject: Rev: 4611 --- .../mayor-portal/www/policy/private/portal/hirek/egyhir-pre.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mayor-orig/mayor-portal/www/policy') 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; -- cgit v1.2.3