Verfasst: 30.10.2005 01:32
punkface hat geschrieben:Hallo
functions_search.php
sucheCode: Alles auswählen
$search_raw_words['text'] = split_words(clean_words('post', $post_text, $stopword_array, $synonym_array)); ...... [/quote] hab ich nicht gefunden :( edit: hab auch das gesucht: $clean_words = clean_words('post', $post_text, $stopword_array, $synonym_array) $search_raw_words['text'] = split_words($clean_words); $clean_words = clean_words('post', $post_title, $stopword_array, $synonym_array) $search_raw_words['title'] = split_words($clean_words);... und ebenfalls ned gefunden. Ps: ich kann zwar jetzt wieder posts machen im forum , aber die fehlermeldung kommt trotzdem noch