diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:51:51 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:51:51 +0000 |
commit | 51b625a4463ab90f14cc85e589867903026e78ec (patch) | |
tree | 45de8d14e65a3f5cdc10148c93a04b9b5b24f52e /index.php | |
parent | e3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (diff) | |
download | ampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.gz ampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.bz2 ampache-51b625a4463ab90f14cc85e589867903026e78ec.zip |
whoops removed test code. sorry
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -74,19 +74,14 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); } </td> </tr> <tr><td colspan="2"> </td></tr> - <tr> <?php -// if ($user->prefs['play_type'] == 'mpd' && !conf('localplay_menu')) { show_mpd_pl();} -// else { echo "<td> <//td>"; } - if ($user->prefs['play_type'] == 'mpd') { show_mpd_pl(); $myMpd = init_mpd(); } ?> </tr> - <tr><td colspan="2"> </td></tr> <tr> <td valign="top" align="right"> |