Hi. In robot_functions.php $first_words is created as follows:
PHP Code:
$first_words = $titre_resume."\n".ereg_replace('(@@@.*)','',wordwrap($page_desc['content'].$text[0], SUMMARY_LENGTH, '@@@'));
Try checking the first_words column of the spider table to verify that something like title \n some text appears in the column.