diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
commit | e3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (patch) | |
tree | 421b6e6ed12b88b41d6f51bb01cd8943e4a0c8cc /amp-mpd.php | |
parent | 1be55b8fc15f9dc9e105de2bc2ef1011b49b1c8e (diff) | |
download | ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.gz ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.bz2 ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.zip |
HTML clean up
Diffstat (limited to 'amp-mpd.php')
-rw-r--r-- | amp-mpd.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/amp-mpd.php b/amp-mpd.php index f49151cc..c13b6b3a 100644 --- a/amp-mpd.php +++ b/amp-mpd.php @@ -23,7 +23,6 @@ */ require_once("modules/init.php"); - /* We need to create a MPD object here */ $myMpd = init_mpd(); @@ -206,7 +205,6 @@ if (is_object($myMpd)) { mpd_redirect(); break; } // end switch - // We're done let's disconnect $myMpd->Disconnect(); } // end else |