From 8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 19:29:14 -0500 Subject: conf() -> Config::get() I have a feeling a lot of these are in stale, unused code, but there might be some actual bugs here. conf() was replaced a while back. --- templates/show_add_playlist.inc.php | 2 +- templates/show_alphabet_form.inc.php | 2 +- templates/show_disabled_songs.inc.php | 2 +- templates/show_edit_album.inc.php | 2 +- templates/show_edit_artist.inc.php | 2 +- templates/show_edit_song.inc.php | 2 +- templates/show_login_form.inc.php | 2 +- templates/show_preference_admin.inc.php | 2 +- templates/show_rename_artist.inc.php | 2 +- templates/show_user_registration.inc.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 0b8c462b..4e994603 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -21,7 +21,7 @@ */ ?> -
+ diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index d6d2775a..0efcdc9b 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -20,7 +20,7 @@ * */ ?> -" enctype="multipart/form-data"> +" enctype="multipart/form-data"> diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index dcdef05c..a69ec924 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -21,7 +21,7 @@ */ ?>
- +
:
diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index 8e8bb9aa..10856a2c 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -22,7 +22,7 @@ ?> - +
diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php index 2a0f3212..73acf847 100644 --- a/templates/show_edit_artist.inc.php +++ b/templates/show_edit_artist.inc.php @@ -22,7 +22,7 @@ ?> - +
diff --git a/templates/show_edit_song.inc.php b/templates/show_edit_song.inc.php index cb0004c7..94781219 100644 --- a/templates/show_edit_song.inc.php +++ b/templates/show_edit_song.inc.php @@ -22,7 +22,7 @@ ?> - +
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index e9fb4423..a92520ce 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -79,7 +79,7 @@ function focus(){ document.login.username.focus(); } - + diff --git a/templates/show_preference_admin.inc.php b/templates/show_preference_admin.inc.php index 03057ea7..e4388a12 100644 --- a/templates/show_preference_admin.inc.php +++ b/templates/show_preference_admin.inc.php @@ -22,7 +22,7 @@ show_box_top(T_('Preference Administration')); ?> - +
:
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 3f8f277f..74ef6485 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -27,7 +27,7 @@ function insert() } name)); ?> - +id, "artist_id", 4); ?>

diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 3526a79b..97410638 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -64,7 +64,7 @@ if (Config::get('user_agreement')) { ?> - +

-- cgit