function postLayoutComment()
 {
     import('pages.layoutEditor.SubmissionCommentsHandler');
     SubmissionCommentsHandler::postLayoutComment();
 }
示例#2
0
 function postLayoutComment()
 {
     import('pages.proofreader.SubmissionCommentsHandler');
     SubmissionCommentsHandler::postLayoutComment();
 }