Opened 16 years ago
Closed 16 years ago
#755 closed Defect (fixed)
process_create_profile has a bug which makes creating new profiles impossible
Reported by: | TJM | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | |
Component: | Web - Project | Version: | 6.3.14 |
Keywords: | Cc: |
Description
Setting $profile->response1 and $profile->response2 causes "if ($profile)" to be always true, which makes it impossible to insert new record to profile table, because wrong section of code is used (update).
Note: See
TracTickets for help on using
tickets.
(In [16194]) - web: fix bug in profile creation. fixes #755