Merge branch 'QA_4_1'

This commit is contained in:
Marc Delisle 2013-12-01 09:27:58 -05:00
commit 2edca90bdb

View File

@ -493,7 +493,7 @@ AJAX.registerOnload('server_privileges.js', function () {
} //Show SQL Query that was executed
// Remove the old row if the old user is deleted
if ($row_to_remove !== null) {
if (typeof $row_to_remove != 'undefined' && $row_to_remove !== null) {
$row_to_remove.remove();
}