was bedeutet
Verfasst: 09.12.2003 16:09
Fatal error: Maximum execution time of 5 seconds exceeded in /raid/domains/de/g/ge-zone/htdocs/www/phpBB2/includes/functions_search.php on line 66
steht in der zeile....
wo finde ich diese stopword_list?
Code: Alles auswählen
for ($j = 0; $j < count($stopword_list); $j++)
{
$stopword = trim($stopword_list[$j]);
if ( $mode == 'post' || ( $stopword != 'not' && $stopword != 'and' && $stopword != 'or' ) )
{
$entry = str_replace(' ' . trim($stopword) . ' ', ' ', $entry);
}
}
}wo finde ich diese stopword_list?