[Slim-Checkins] r10748 -
/trunk/server/Slim/Web/Settings/Player/Basic.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Wed Nov 22 11:16:19 PST 2006
Author: dsully
Date: Wed Nov 22 11:16:18 2006
New Revision: 10748
URL: http://svn.slimdevices.com?rev=10748&view=rev
Log:
Bug: N/A
Description: stringExists isn't imported.
Modified:
trunk/server/Slim/Web/Settings/Player/Basic.pm
Modified: trunk/server/Slim/Web/Settings/Player/Basic.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Web/Settings/Player/Basic.pm?rev=10748&r1=10747&r2=10748&view=diff
==============================================================================
--- trunk/server/Slim/Web/Settings/Player/Basic.pm (original)
+++ trunk/server/Slim/Web/Settings/Player/Basic.pm Wed Nov 22 11:16:18 2006
@@ -151,7 +151,7 @@
for my $item (Slim::Utils::Prefs::getArray($pref)) {
- if (stringExists($item)) {
+ if (Slim::Utils::Strings::stringExists($item)) {
$prefs{$i++} = string($item);
More information about the checkins
mailing list