mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Fix code style
This commit is contained in:
parent
b16958f44e
commit
811115958e
24 changed files with 33 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue