diff --git a/pmcalendar.php b/pmcalendar.php index 28b0d69..da30536 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -2,7 +2,7 @@ $user = SESS::get('EVENTUserInfo'); // if(isn($user))exit(); $user = json_decode($user, true); -$user['name'] = "罗松柏"; +// $user['name'] = "吴昊"; $canEdit = in_array($user['name'], $ROLES); $isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限 $isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限 @@ -219,7 +219,7 @@ if ($act == 'newevent') {