summaryrefslogtreecommitdiffstats
path: root/lib/artist.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-19 09:27:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-19 09:27:06 +0000
commit7a0fcdd836d491c288b94383ebc54de2271bb237 (patch)
treed7a6757e7596d5242c10f1290ea14d19b7d6a623 /lib/artist.lib.php
parent7b0bd9d52ed2c198868bcaef17f4f2ecff1ac099 (diff)
downloadampache-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.php1
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();