mirror of https://github.com/BOINC/boinc.git
fixed missing comma
svn path=/trunk/boinc/; revision=8170
This commit is contained in:
parent
5d9e3a61fd
commit
b7e459694e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue