게시판의 목록 정렬 기능 추가시 상담기능 체크 부분의 잘못된 코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4093 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-10 08:58:38 +00:00
parent f8fe4cdfe9
commit a4b6d42c39

View file

@ -182,7 +182,6 @@
if($extra_var->use_category!='Y') $extra_var->use_category = 'N';
if($extra_var->except_notice!='Y') $extra_var->except_notice = 'N';
if($extra_var->consultation!='Y') $extra_var->consultation = 'N';
if($extra_var->order_target) $extra_var->consultation = 'N';
if(!in_array($extra_var->order_target,$this->order_target)) $extra_var->order_target = 'list_order';
if(!in_array($extra_var->order_type,array('asc','desc'))) $extra_var->order_type = 'asc';
unset($extra_var->act);