diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-02 04:57:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-02 04:57:56 +0000 |
commit | 9457b75fb16f05347c08b484db6fe2b848efba15 (patch) | |
tree | 18245ab1b8a2fc7953c9fc04e541d46791737ec8 /lib/class/artist.class.php | |
parent | d54efca7bd1ee28683506b452f58742f8a8f678f (diff) | |
download | ampache-9457b75fb16f05347c08b484db6fe2b848efba15.tar.gz ampache-9457b75fb16f05347c08b484db6fe2b848efba15.tar.bz2 ampache-9457b75fb16f05347c08b484db6fe2b848efba15.zip |
fixed some catalog update issues, fixed some genre pages and made the sql sort stuff for show songs work
Diffstat (limited to 'lib/class/artist.class.php')
-rw-r--r-- | lib/class/artist.class.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index 7de2f62d..eb18b539 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -189,8 +189,6 @@ class Artist { //FIXME: This shouldn't be scrubing right here!!!! $this->full_name = scrub_out(trim($this->prefix . " " . $this->name)); - //FIXME: This should be f_link - $this->f_name_link = "<a href=\"" . Config::get('web_path') . "/artists.php?action=show&artist=" . $this->id . "\" title=\"" . $this->full_name . "\">" . $name . "</a>"; // Get the counts @@ -200,16 +198,6 @@ class Artist { } // format - /** - * format_artist - * DEFUNCT, do not use anymore - */ - function format_artist() { - - $this->format(); - - } // format_artist - /*! @function rename @discussion changes the name of the artist in the db, |