Moved lists back to same folder as songs.
[songbook.git] / web / displayset.php
index 704f405..6ca458f 100644 (file)
@@ -4,7 +4,7 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
-  <title>Songbook Artist</title>
+  <title>Songbook List</title>
   <link rel="stylesheet" type="text/css" media="screen" href="/css/Music.css">
   <link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
   <link rel="SHORTCUT ICON" href="http://defaria.com/favicon.ico" type="image/png">
@@ -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 " - ";