summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-02 06:52:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-02 06:52:34 +0000
commitb909c08509458f4a76ba0ba7922316cd7e55b0d4 (patch)
tree46ebdf016a7664a077deb089103587c04aad60dc /server
parent1c101a3b347b7240ab08e7ee03ab4c24673e58d8 (diff)
downloadampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.tar.gz
ampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.tar.bz2
ampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.zip
fixed a bug in the numbering, referencing a non-existant value
Diffstat (limited to 'server')
-rw-r--r--server/ajax.server.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/ajax.server.php b/server/ajax.server.php
index c4227361..640097c2 100644
--- a/server/ajax.server.php
+++ b/server/ajax.server.php
@@ -170,7 +170,6 @@ switch ($action) {
break;
} // end switch
- $results['topbar-playlist'] = ajax_include('show_playlist_bar.inc.php');
$results['rightbar'] = ajax_include('rightbar.inc.php');
echo xml_from_array($results);
break;
@@ -224,7 +223,6 @@ switch ($action) {
break;
} // end switch
- $results['topbar-playlist'] = ajax_include('show_playlist_bar.inc.php');
$results['rightbar'] = ajax_include('rightbar.inc.php');
echo xml_from_array($results);
break;