Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-03-25 15:31:44 -04:00
commit e1c411e910

View file

@ -52,7 +52,7 @@ class Application_Form_Preferences extends Zend_Form
//SoundCloud Username //SoundCloud Username
$this->addElement('text', 'SoundCloudUser', array( $this->addElement('text', 'SoundCloudUser', array(
'class' => 'input_text', 'class' => 'input_text',
'label' => 'SoundCloud Username:', 'label' => 'SoundCloud Email:',
'required' => false, 'required' => false,
'filters' => array('StringTrim'), 'filters' => array('StringTrim'),
'value' => Application_Model_Preference::GetSoundCloudUser() 'value' => Application_Model_Preference::GetSoundCloudUser()