diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-30 19:20:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-30 19:20:19 +0000 |
commit | 6eeea6fbcdd9a8a40bbcb94c767572e12a845551 (patch) | |
tree | e0e26e2473cb79722b62de0a5c4dd014addf51ac /templates/show_add_access.inc | |
parent | c3aa64634e6ed040c6001b4bf43cf0411b632b5d (diff) | |
download | ampache-6eeea6fbcdd9a8a40bbcb94c767572e12a845551.tar.gz ampache-6eeea6fbcdd9a8a40bbcb94c767572e12a845551.tar.bz2 ampache-6eeea6fbcdd9a8a40bbcb94c767572e12a845551.zip |
new sql file and catalog fixes and user reg clean up and acl typo fix
Diffstat (limited to 'templates/show_add_access.inc')
-rw-r--r-- | templates/show_add_access.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access.inc b/templates/show_add_access.inc index 237f0c6f..3b92c65b 100644 --- a/templates/show_add_access.inc +++ b/templates/show_add_access.inc @@ -68,7 +68,7 @@ <option selected="selected" value="stream"><?php echo _('Stream Access'); ?></option> <option value="interface"><?php echo _('Web Interface'); ?></option> <option value="network"><?php echo _('Local Network Definition'); ?></option> - <option vlaue="xml-rpc"><?php echo _('XML-RPC'); ?></option> + <option value="xml-rpc"><?php echo _('XML-RPC'); ?></option> </select> </td> </tr> |