Skip to content

Commit

Permalink
Editing problems_controller alaashafaee#501
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Fadel authored and Mohamed Fadel committed May 17, 2014
1 parent 4d48542 commit e63a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/app/controllers/problems_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def fetch_time problem_id, student_id
if ProblemOpeningTimes.where("problem_id = " + "\"" + problem.to_s + "\" AND student_id= \"" + student.to_s + "\"") != nil
ProblemOpeningTimes.create({:time time, :student_id student_id, :problem_id problem_id, :created_at created_at})
end
endo
end

0 comments on commit e63a53d

Please sign in to comment.