diff --git a/trunk/web/status.php b/trunk/web/status.php index 6c9c605874d..85fc65d45bd 100644 --- a/trunk/web/status.php +++ b/trunk/web/status.php @@ -209,7 +209,7 @@ function formatTimeLength($length) { $sql = $sql."AND `user_id`=? "; if ($str2!="") $str2 = $str2."&"; - $str2 = $str2."user_id=".urlencode($user_id); + $str2 = $str2."&user_id=".urlencode($user_id); } else{ $user_id = "";