diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-19 09:27:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-19 09:27:06 +0000 |
commit | 7a0fcdd836d491c288b94383ebc54de2271bb237 (patch) | |
tree | d7a6757e7596d5242c10f1290ea14d19b7d6a623 /lib/artist.lib.php | |
parent | 7b0bd9d52ed2c198868bcaef17f4f2ecff1ac099 (diff) | |
download | ampache-7a0fcdd836d491c288b94383ebc54de2271bb237.tar.gz ampache-7a0fcdd836d491c288b94383ebc54de2271bb237.tar.bz2 ampache-7a0fcdd836d491c288b94383ebc54de2271bb237.zip |
fixed a few more catalog snafus
Diffstat (limited to 'lib/artist.lib.php')
-rw-r--r-- | lib/artist.lib.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/artist.lib.php b/lib/artist.lib.php index bfd956b6..3e8964c6 100644 --- a/lib/artist.lib.php +++ b/lib/artist.lib.php @@ -66,7 +66,6 @@ function format_artist($artist) { */ function show_artists ($match = '') { - global $settings; $dbh = dbh(); $view = new View(); |