Changeset 6527
- Timestamp:
- 08/07/08 15:50:42 (5 months ago)
- Location:
- branches/1.7
- Files:
-
- 2 modified
-
doc/changes_ko (modified) (1 diff)
-
lib/piece/blog/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/doc/changes_ko
r6507 r6527 7 7 * 블로그 : 시스템의 inline 스타일이 카테고리/태그 출력에서 반영되지 않던 문제 수정 (#871) 8 8 * 블로그 : 오픈아이디 발급하기를 눌러 발급한 후 원래 블로그로 돌아오면 로그인이 되지 않는 문제 수정 (#1062) 9 * 블로그 : 리스트만 출력시 페이징이 두개 등장하는 문제 수정 (#1070) 9 10 * 관리자 : 관리자 권한에 상관 없이 모든 댓글과 방명록을 볼 수 있는 문제 수정 (#1069) 10 11 -
branches/1.7/lib/piece/blog/list.php
r6184 r6527 37 37 dress('list_count', isset($list['count']) ? $list['count'] : '0', $listView); 38 38 $listView = fireEvent('ViewList', $listView, $list); 39 $listView = $listView.CRLF.'[##_paging_list_##]';39 if(empty($entries)) $listView = $listView.CRLF.'[##_paging_list_##]'; 40 40 41 41 dress('list', $listView, $view);
