Skip to content

Commit

Permalink
fix inadvertent error left in debugging test
Browse files Browse the repository at this point in the history
  • Loading branch information
billgriffiths committed Mar 2, 2012
1 parent f47c0a5 commit 5430a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/test_results_controller.rb
Expand Up @@ -315,7 +315,6 @@ def get_session_results_by_date

def TestResultsController.get_current_results
the_date = Date.today
the_date = "2011-03-01"
@test_results = TestResult.find(:all, :conditions => ["status = 'finished' and start_time >= ?",the_date], :order => 'student_id')
@student_records = ""
for test_result in @test_results
Expand Down

0 comments on commit 5430a9e

Please sign in to comment.