From: Sven W. <sv...@sv...> - 2003-03-04 13:01:11
|
On Tue, 4 Mar 2003, Manfred Stellenberg wrote: > strike, i've done it...:) Yeah :-))))) > 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... fascinating (because it works for me also with cvs-versions), but anyway > 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"? No, why should we (with ".*" (hm, better "non whitespaces"...?) it works with and without characters at this point)? Can you upload it to CVS so we can test it (especially me)? > need feedback. here you are > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Phpeselgui-developer mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer > |