diff options
author | xgizzmo <xgizzmo@ampache> | 2006-10-26 23:10:49 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-10-26 23:10:49 +0000 |
commit | bafe4061a549b3c792ce4c327bc0acf98952cec4 (patch) | |
tree | 701ca9bc861d01cb46e5d2a77930cc135ccf22e3 /lib | |
parent | 86d02b0c7a4a64792b6edfbed5a1fbe270444907 (diff) | |
download | ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.tar.gz ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.tar.bz2 ampache-bafe4061a549b3c792ce4c327bc0acf98952cec4.zip |
XHTML tweakage
Diffstat (limited to 'lib')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 8b7621b9..81cb8041 100644 --- a/lib/init.php +++ b/lib/init.php @@ -264,7 +264,7 @@ else { /* Add in some variables for ajax done here because we need the user */ $ajax_info['ajax_url'] = $results['web_path'] . '/server/ajax.server.php'; -$ajax_info['ajax_info'] = '&user_id=' . $user->id . '&sessid=' . session_id(); +$ajax_info['ajax_info'] = '&user_id=' . $user->id . '&sessid=' . session_id(); conf($ajax_info); unset($ajax_info); |