1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Fix code style

This commit is contained in:
Afterster 2014-05-25 22:54:29 +02:00
parent b16958f44e
commit 811115958e
24 changed files with 33 additions and 35 deletions

View file

@ -188,7 +188,7 @@ function show_preference_box($preferences)
function show_album_select($name='album',$album_id=0,$allow_add=0,$song_id=0)
{
static $album_id_cnt = 0;
// Generate key to use for HTML element ID
if ($song_id) {
$key = "album_select_" . $song_id;