diff options
author | xgizzmo <xgizzmo@ampache> | 2006-06-23 01:00:36 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-06-23 01:00:36 +0000 |
commit | 2b62d84743744d01e71f8e6772261300b367fe8b (patch) | |
tree | b9bb47a3ae1be60267e48a7b91262fb0f0864aa4 /song.php | |
parent | 9687564ce0256f807373ee947b1b6a5f38ddbdfb (diff) | |
download | ampache-2b62d84743744d01e71f8e6772261300b367fe8b.tar.gz ampache-2b62d84743744d01e71f8e6772261300b367fe8b.tar.bz2 ampache-2b62d84743744d01e71f8e6772261300b367fe8b.zip |
Added new pages to ui.lib,Fixed typo in show_playlist,Some XHTML fix ups
Diffstat (limited to 'song.php')
-rw-r--r-- | song.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ if (conf('demo_mode') || !$user->has_access('25')) { } -$web_path = conf('web_path'); - $song_ids = array(); $web_path = conf('web_path'); |