small syntax error missed out yesterday fixed.

This commit is contained in:
Harry Bomrah 2013-06-20 11:55:06 +08:00 committed by Matt K. Fu
parent 22358bd862
commit eaf7577810
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Panel::Calendar::BackEnd::EventsController < OrbitBackendController
cal_id = params[:event][:cal_id]
else
cal_id = Cal.first.id.to_s
end
# if start_am_pm == "PM"
# temp_start_time = $starttime + 12
# end