fixed missing comma

svn path=/trunk/boinc/; revision=8170
This commit is contained in:
Matt Lebofsky 2005-09-25 16:18:01 +00:00
parent 5d9e3a61fd
commit b7e459694e
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ function process_create_results($user, $profile) {
." response1 = '$response1',"
." response2 = '$response2',"
." language = '$language',"
." has_picture = '$hasPicture'"
." has_picture = '$hasPicture',"
." verification = '$profile->verification'"
." WHERE userid = '$user->id'";
$result = mysql_query($query);