X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fdisplayset.php;h=6ca458f075e10b74cdc4f40fc409793cb3b1809a;hb=2f57b9969bf4a8a356587f2f38ae1b0c4ad2ede5;hp=704f405d1ef0f1981ac58e06fcab6cefaac707e9;hpb=b1e6934458d077ee6524f0bc712f11df50b8907d;p=songbook.git diff --git a/web/displayset.php b/web/displayset.php index 704f405..6ca458f 100644 --- a/web/displayset.php +++ b/web/displayset.php @@ -4,7 +4,7 @@ - Songbook Artist + Songbook List @@ -61,7 +61,9 @@ foreach (file("$songDir/$set") as $line) { print basename($song); } // if - $artist = getArtist ("$songDir/$song.pro"); + if ($artist == '') { + $artist = getArtist ("$songDir/$song.pro"); + } // if if ($artist != '') { print " - ";