summaryrefslogtreecommitdiffstats
path: root/templates/show_lyrics.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2009-03-08 23:53:29 +0000
committermomo-i <momo-i@ampache>2009-03-08 23:53:29 +0000
commitd9ae965fc19857c4bb401ae6e09c38b2395005ac (patch)
tree85ce65ef6e3cc6dc0dc0724648fd7ede3627d2bf /templates/show_lyrics.inc.php
parent35d6670bd523f0118c4075039298d43f9966bb3c (diff)
downloadampache-d9ae965fc19857c4bb401ae6e09c38b2395005ac.tar.gz
ampache-d9ae965fc19857c4bb401ae6e09c38b2395005ac.tar.bz2
ampache-d9ae965fc19857c4bb401ae6e09c38b2395005ac.zip
Fixed: plural message
Diffstat (limited to 'templates/show_lyrics.inc.php')
-rw-r--r--templates/show_lyrics.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php
index c8adf13a..9812c878 100644
--- a/templates/show_lyrics.inc.php
+++ b/templates/show_lyrics.inc.php
@@ -35,7 +35,6 @@
<tr>
<td>
<?php
- $return = scrub_out(Artist::get_song_lyrics($song->id, ucwords($song->f_artist), ucwords($song->title)));
if($return == "Sorry Lyrics, Not found") {
echo _("Sorry Lyrics Not Found.");
}