Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2103 → Rev 2104

/trunk/papyrus/applettes/moteur_recherche/bibliotheque/more_recherche_papyrus_menu.class.php
106,7 → 106,7
$une_url =& new Pap_URL(PAP_URL);
$une_url->setId($menu_id);
$aso_resultat['url_simple'] = $une_url->getURL();
$une_url->addQueryString('var_recherche', $this->traiterMotif($motif, 'url'), true);
$une_url->addQueryString('var_recherche', More_Recherche::traiterMotif($motif, 'url'), true);
$aso_resultat['url'] = $une_url->getURL();
$une_url->removeQueryString('var_recherche');