CC-3077: Preference/stream-setting page has no Vorbis metadata option

- cleaning up some code
This commit is contained in:
James 2011-11-25 15:38:29 -05:00
parent c21cbeb73b
commit c9644d4a73
3 changed files with 1 additions and 3 deletions

View file

@ -66,7 +66,6 @@ class Application_Model_StreamSetting {
$CC_DBC->query($sql);
}
else{
var_dump($key);
$temp = explode('_', $key);
$prefix = $temp[0];
foreach($d as $k=>$v){