From: Manfred S. <man...@gm...> - 2003-03-04 10:40:32
|
strike, i've done it...:) man, many hours was wasted for the search prob! the simplest things i don't find... now the search functions works fine... old: elseif (preg_match("/^\[\ *(\d*)\]\ Donkey\ (.*)/", $value, $temp)) { new: elseif (preg_match("/^\[\ *(\d*)\] (.*)/", $value, $temp)) { older versions of mldonkey has displayed "Donkey" with the results?? i don't know... must be... i use the current cvs version (24)... there are no "Donkey"... so i deleted it... now it works should we put a var into the config like "voo"? need feedback. |