From bafe4061a549b3c792ce4c327bc0acf98952cec4 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Thu, 26 Oct 2006 23:10:49 +0000 Subject: XHTML tweakage --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); -- cgit