From 65439286df08ff343480fb23738fbab137c726c8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 16 Apr 2015 10:36:51 -0700 Subject: [PATCH] web: MySQL 5.6 fixes --- html/user/create_profile.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/user/create_profile.php b/html/user/create_profile.php index 9c5f4c2504..0b6b4ced30 100644 --- a/html/user/create_profile.php +++ b/html/user/create_profile.php @@ -287,6 +287,10 @@ function process_create_profile($user, $profile) { ." response1 = '".BoincDb::escape_string($response1)."'," ." response2 = '".BoincDb::escape_string($response2)."'," ." has_picture = '$hasPicture'," + ." recommend=0, " + ." reject=0, " + ." posts=0, " + ." uotd_time=0, " ." verification=0"; $result = BoincProfile::insert($query); if (!$result) {