From 2b62d84743744d01e71f8e6772261300b367fe8b Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Fri, 23 Jun 2006 01:00:36 +0000 Subject: Added new pages to ui.lib,Fixed typo in show_playlist,Some XHTML fix ups --- lib/class/localplay.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class') diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php index 3fe95f78..b6cacfd5 100644 --- a/lib/class/localplay.class.php +++ b/lib/class/localplay.class.php @@ -116,7 +116,7 @@ class Localplay { $name = scrub_out($name); if ($this->has_function('skip')) { - $url = conf('web_path') . '/server/ajax.server.php?action=localplay&cmd=skip&value=' . $id . '&user_id=' . $GLOBALS['user']->id . '&sessid=' . session_id(); + $url = conf('web_path') . '/server/ajax.server.php?action=localplay&cmd=skip&value=' . $id . '&user_id=' . $GLOBALS['user']->id . '&sessid=' . session_id(); $name = "$name"; } -- cgit