From b7e459694e948df4fdb4836ca0e76876d06e03d2 Mon Sep 17 00:00:00 2001 From: Matt Lebofsky Date: Sun, 25 Sep 2005 16:18:01 +0000 Subject: [PATCH] fixed missing comma svn path=/trunk/boinc/; revision=8170 --- html/inc/profile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/profile.inc b/html/inc/profile.inc index be9b2d33fe..f7c342982a 100644 --- a/html/inc/profile.inc +++ b/html/inc/profile.inc @@ -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);