From fb5c43b2df8a190fecfe4bf04bcd64aa1bad9c2d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 6 Aug 2007 01:57:29 +0000 Subject: proof of concept, nothing one should actually use --- lib/preferences.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/preferences.php') diff --git a/lib/preferences.php b/lib/preferences.php index b35f3036..66338a05 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -113,7 +113,8 @@ function update_preferences($pref_id=0) { case 'sample_rate': $value = validate_bitrate($value); break; - /* MD5 the LastFM so it's not plainTXT */ + /* MD5 the LastFM & MyStrands so it's not plainTXT */ + case 'mystrands_pass': case 'lastfm_pass': /* If it's our default blanking thing then don't use it */ if ($value == '******') { unset($_REQUEST[$name]); break; } -- cgit