remove string unkown

exceptionHandle
yanxd 12 years ago
parent be72746a80
commit 9526f6d67a

@ -485,6 +485,7 @@ class ProjectsController < ApplicationController
@trackers = Tracker.sorted.all @trackers = Tracker.sorted.all
@project = Project.new @project = Project.new
@project.safe_attributes = params[:project] @project.safe_attributes = params[:project]
logger.error "=======================================================#{params[:project].class}"
##add by huang ##add by huang
@course=Course.new @course=Course.new
@course.safe_attributes = params[:course] @course.safe_attributes = params[:course]
@ -774,7 +775,7 @@ class ProjectsController < ApplicationController
@subPage_title = l :label_student_list @subPage_title = l :label_student_list
@members = searchStudent(@project) @members = searchStudent(@project)
else else
@subPage_title = 'unKown' @subPage_title = ''
@members = [] @members = []
end end
else else

Loading…
Cancel
Save