summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_status.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-25 21:32:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-25 21:32:15 +0000
commite1b4e203f7546499ae85d8caa0b0b924a225b96a (patch)
tree0e8489bcbe029db892220b2ef48f422cd024a805 /templates/show_localplay_status.inc.php
parent0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213 (diff)
downloadampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.gz
ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.bz2
ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.zip
fixed some issues with refresh on the localplay page and hopefully improved the french translation a little more
Diffstat (limited to 'templates/show_localplay_status.inc.php')
-rw-r--r--templates/show_localplay_status.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php
index c92d97dd..7073db82 100644
--- a/templates/show_localplay_status.inc.php
+++ b/templates/show_localplay_status.inc.php
@@ -23,7 +23,7 @@
$web_path = conf('web_path');
$localplay = init_localplay();
-$required_info = "&amp;user_id=" . $GLOBALS['user']->id . "&amp;sessid=" . session_id();
+$required_info = "&amp;user_id=" . $GLOBALS['user']->id . "&amp;sessid=" . session_id();
$ajax_url = $web_path . '/server/ajax.server.php';
$status = $localplay->status();