MrC Wrote: 
> v70 produces this message periodically:
> 
> 2006-04-08 10:52:25.9655 Use of uninitialized value in string eq at
> C:/Program Files/SlimServer/server/Plugins/LazySearch2.pm line 600.

Ah, yes, you're quite right. It's harmless and it'll be fixed for the
next release (not sure when that will be). If it's bothering you then
you could change line 600 of the plugin from:

if ( $method eq 'pop' ) {

to

if ( $method && ( $method eq 'pop' ) ) {


Sorry about that, and thanks for letting me know.


-- 
hickinbottoms

Stuart
-"Never put off until tomorrow what you can put off until the day after
- with Lazy Searching!"-
------------------------------------------------------------------------
hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255
View this thread: http://forums.slimdevices.com/showthread.php?t=18760

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to