summaryrefslogtreecommitdiffstats
path: root/lib/class/artist.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-20 05:32:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-20 05:32:08 +0000
commitc1829308f4207eda5fbfff668ad0fcd6e1f16143 (patch)
tree265c61d8ef168a20fb938d7c17f934d2c4fd1819 /lib/class/artist.class.php
parentb28c8ea49f75add9b2b97f9077ea8a6695f95a9a (diff)
downloadampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.tar.gz
ampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.tar.bz2
ampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.zip
more changes for the amarok hotness
Diffstat (limited to 'lib/class/artist.class.php')
-rw-r--r--lib/class/artist.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php
index b857c7b7..7116d979 100644
--- a/lib/class/artist.class.php
+++ b/lib/class/artist.class.php
@@ -207,6 +207,7 @@ class Artist {
/* Combine prefix and name, trim then add ... if needed */
$name = truncate_with_ellipsis(trim($this->prefix . " " . $this->name));
$this->f_name = $name;
+ $this->f_full_name = trim($this->prefix . " " . $this->name);
// If this is a fake object, we're done here
if ($this->_fake) { return true; }