small syntax error missed out yesterday fixed.

This commit is contained in:
Harry Bomrah 2013-06-20 11:55:06 +08:00
parent 07e895fc42
commit 777af19abb
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