diff options
author | momo-i <momo-i@ampache> | 2009-02-24 23:37:19 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-02-24 23:37:19 +0000 |
commit | 96acc29016a3ded75dc955b28b1b76ad57366e29 (patch) | |
tree | 4731dadff28636f5ab236314645741413a80fc69 /templates/show_lyrics.inc.php | |
parent | 0bdecac9476fecffc05c7a35c26045bac3233c0b (diff) | |
download | ampache-96acc29016a3ded75dc955b28b1b76ad57366e29.tar.gz ampache-96acc29016a3ded75dc955b28b1b76ad57366e29.tar.bz2 ampache-96acc29016a3ded75dc955b28b1b76ad57366e29.zip |
Added: lyrics get from getid3 (pls test by any mp3s)
Added: debug_print function (pre tag for print_r)
Diffstat (limited to 'templates/show_lyrics.inc.php')
-rw-r--r-- | templates/show_lyrics.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php index 3e002106..c8adf13a 100644 --- a/templates/show_lyrics.inc.php +++ b/templates/show_lyrics.inc.php @@ -36,7 +36,7 @@ <td> <?php $return = scrub_out(Artist::get_song_lyrics($song->id, ucwords($song->f_artist), ucwords($song->title))); - if($return =="Sorry Lyrics, Not found") { + if($return == "Sorry Lyrics, Not found") { echo _("Sorry Lyrics Not Found."); } else { |