소스 검색

code cleanup

undefined
spaghetti 8 년 전
committed by Tomochin
부모
커밋
8733ee94b1
2개의 변경된 파일461개의 추가작업 그리고 463개의 파일을 삭제
  1. +459
    -461
      design/privateheader.php
  2. +2
    -2
      design/views/generic/reply/quickreply.php

+ 459
- 461
design/privateheader.php
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 2
design/views/generic/reply/quickreply.php 파일 보기

@@ -35,7 +35,7 @@
'SubscribeBox' => true
));
*/
global $HeavyInfo, $UserSubscriptions, $ThreadInfo, $ForumsDoublePost, $Document;
global $HeavyInfo, $UserSubscriptions, $ThreadInfo, $Document;

if (G::$LoggedUser['DisablePosting']) {
return;
@@ -135,7 +135,7 @@
}
if ($ThreadInfo['LastPostAuthorID'] == G::$LoggedUser['ID']
&& (check_perms('site_forums_double_post')
|| in_array($ForumID, $ForumsDoublePost))
|| in_array($ForumID, FORUMS_TO_ALLOW_DOUBLE_POST))
) {
?>
<input id="mergebox" type="checkbox" name="merge" tabindex="2" />


불러오는 중...
취소
저장