Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.37 -r1.38 --- lams_central/web/includes/javascript/groupDisplay.js 13 Jan 2014 10:58:17 -0000 1.37 +++ lams_central/web/includes/javascript/groupDisplay.js 18 Feb 2015 01:18:35 -0000 1.38 @@ -531,7 +531,7 @@ data : "method=removeLesson&lessonID=" + lessonID, type : "post", success : function(json) { - if (json.removeLesson == "true") { + if (json.removeLesson == true) { loadOrgTab(null, true); } else { alert(json.removeLesson);