Topic: Syntax error

When I click on users in the admin area i get this message

Parse error: syntax error, unexpected $end in /home/ourpoly/public_html/quadtalk/admin_users.php on line 315

I have opened the file and found line 315
This is what I have

$actions = '<a href="admin_users.php?ip_stats='.$user_data['id'].'">View IP stats</a> - <a href="search.php?action=show_u


Is this correct ??

Temptress

Re: Syntax error

should be

$actions = '<a href="admin_users.php?ip_stats='.$user_data['id'].'">View IP stats</a> - <a href="search.php?action=show_user&user_id='.$user_data['id'].'">Show posts</a>';