dealy14 / LearningFox-LMS

0 stars 0 forks source link

When student is edited, record values are deleted #43

Closed ccalvert closed 12 years ago

ccalvert commented 12 years ago

When you edit a student record and save it, the values are not saved and are deleted from the record, resulting in an empty record.

jstuckle commented 12 years ago

The values were never retrieved from the form. As a result, only empty strings were saved in the database. Fixed the problem to get the information from the correct place.