finish commit

This commit is contained in:
Tim Young 2017-08-12 15:40:48 -05:00
parent aaa39b3d16
commit cff1dada9c

View File

@ -1749,6 +1749,7 @@ namespace EduNetworkBuilder
if(CurrentUser != null && !CurrentUser.isAdmin) if(CurrentUser != null && !CurrentUser.isAdmin)
{ {
MessageBox.Show(NB.Translate("NB_LogOutFirst")); MessageBox.Show(NB.Translate("NB_LogOutFirst"));
return;
} }
int counter = 0; int counter = 0;
PersonClass tUser = null; PersonClass tUser = null;