sub DoEdit { ... if (!&UserCanEdit($id, 1)) { ... } else { ### 다음 라인을 수정 # print Ts('Editing not allowed: %s is read-only.', $SiteName); print Ts('Editing not allowed: %s is read-only.', $id); ### } print &GetCommonFooter(); return; } # Consider sending a new user-ID cookie if user does not have one ... }