Mercurial > hg > soundsoftware-site
changeset 276:184242238f4d bug_99
Commented the popup dialogue line.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 21 Mar 2011 15:31:11 +0000 |
parents | 2241ff65dd33 |
children | 00d9b68a4047 8746576e96b8 8b569484ba95 38713bdc99a0 |
files | app/controllers/members_controller.rb |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controllers/members_controller.rb Thu Feb 17 19:48:59 2011 +0000 +++ b/app/controllers/members_controller.rb Mon Mar 21 15:31:11 2011 +0000 @@ -54,8 +54,8 @@ errors = members.collect {|m| m.errors.full_messages }.flatten.uniq - - page.alert(l(:notice_failed_to_save_members, :errors => errors.join(', '))) + + # page.alert(l(:notice_failed_to_save_members, :errors => errors.join(', '))) } }