- 0
- 아포리아
- 조회 수 117
schedule.class.php
: 변수 참조 표시 수정(34행)
-> &DB::getInstance();을 DB::getInstance();으로 수정
schedule.view.php
: empty 함수로 변수 존재 체크(15행)
: empty 함수로 변수 존재 체크(207행)
schedule.model.php
: getScheduleDivision 쿼리명 오타 수정(198행)
schedule.item.php
: start_time과 end_time의 존재 체크(25~26행 삽입)
: 없는 배열 원소를 위해 empty 체크(223, 224, 233행)
skins/default/_header.html
: empty 함수로 변수 존재 체크(6행)
skins/default/schedule.html
: empty 함수로 변수 존재 체크(5행)
skins/default/list.html
: empty 함수로 변수 존재 체크(6, 8, 100, 105행)
skins/default/list_modal.html
: empty 함수로 변수 존재 체크(12, 14행)