Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2123 → Rev 2124

/trunk/papyrus/applettes/moteur_recherche/moteur_recherche_sphinx.php
202,7 → 202,6
$rec['description'] = substr($rec['description'], 0, 400 + 2 * MORE_RESULTAT_TAILLE_DESCRIPTION);
$content[$rec['id']] = $rec;
}
var_dump($content);
return $content;
}
}