diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:39:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:39:10 +0000 |
commit | 1c101a3b347b7240ab08e7ee03ab4c24673e58d8 (patch) | |
tree | 89196b19bc757d4e347a380aa027ea163bacbfeb /templates/show_songs.inc.php | |
parent | cf2e2488779f60251d66f375273d9b2583528f64 (diff) | |
download | ampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.tar.gz ampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.tar.bz2 ampache-1c101a3b347b7240ab08e7ee03ab4c24673e58d8.zip |
fixed paging on search, and fixed get_location
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r-- | templates/show_songs.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 0230bc00..cd073b6f 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -22,7 +22,6 @@ // First let's setup some vars we're going to use a lot $web_path = Config::get('web_path'); $ajax_url = Config::get('ajax_url'); - ?> <table class="tabledata" cellspacing="0" cellpadding="0"> <tr class="table-header" align="center"> |