From: Jean-Marc Coic Date: Mon, 2 May 2005 20:55:00 +0000 (+0000) Subject: Seems to work better like this X-Git-Tag: xorg/old~140 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d31ee653f1cb5c8cb69af4feea0d9aac9b65ff76;p=platal.git Seems to work better like this git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-622 --- diff --git a/include/exalead/exalead.parser.inc.php b/include/exalead/exalead.parser.inc.php index 35b62ad..27014d8 100644 --- a/include/exalead/exalead.parser.inc.php +++ b/include/exalead/exalead.parser.inc.php @@ -271,12 +271,12 @@ class Exalead{ $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']; }