git-svn-id: http://xe-core.googlecode.com/svn/trunk@4095 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-04-10 08:59:07 +00:00
commit aad76069d4

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);