summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 01:49:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 01:49:13 +0000
commit318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240 (patch)
treeb8b9d60e5fdc3459b56da39825091b0f2c38ce77 /templates/show_playlist.inc.php
parent7cdf1e980d294085fd1053a1c50cede127bf1352 (diff)
downloadampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.tar.gz
ampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.tar.bz2
ampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.zip
fixed paging on browse catalogs page, disabled the write_tags script and removed a dbl escape on the preferences
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 057fcec1..0c72526c 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -33,7 +33,6 @@ $web_path = Config::get('web_path');
</ul>
</div>
<?php show_box_bottom(); ?>
-<div id="browse_content">
<?php
$object_ids = $playlist->get_items();
Browse::set_type('playlist_song');
@@ -42,4 +41,3 @@ $web_path = Config::get('web_path');
Browse::save_objects($object_ids);
Browse::show_objects($object_ids);
?>
-</div>