git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-622
$currentCategory->cref = $attrs['CREF'];
if(isset($attrs['REFINEHREF'])) $currentCategory->refine_href = convert_url($attrs['REFINEHREF']);
//if(isset($attrs['REFINEHREF'])) $this->currentCategory->refine_href = $attrs['REFINEHREF'];
- if(isset($attrs['EXCLUDEHREF'])){
- $currentCategory->exclude_href = $attrs['EXCLUDEHREF'];
- }
- else{
+ //if(isset($attrs['EXCLUDEHREF'])){
+ // $currentCategory->exclude_href = $attrs['EXCLUDEHREF'];
+ //}
+ //else{
$currentCategory->exclude_href = '_c=-'.$currentCategory->cref;
- }
+ //}
if(isset($attrs['RESETHREF'])){
$currentCategory->reset_href = $attrs['RESETHREF'];
}