File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
servs/learnep/learnep.serv/src/main/java/at/kc/tugraz/ss/serv/datatypes/learnep/serv Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,6 @@ public void run() {
150150
151151 userEmail = ((SSUser ) user ).email ;
152152
153- if (
154- !userEmail .equalsIgnoreCase ("bilal.shah@gp-b82020.nhs.uk" ) &&
155- !userEmail .equalsIgnoreCase ("donna.tollemache@bradford.nhs.uk" ) &&
156- !userEmail .equalsIgnoreCase ("lisa.jones-tinsley@bradford.nhs.uk" ) &&
157- !userEmail .equalsIgnoreCase ("lisa.reily@bradford.nhs.uk" ) &&
158- !userEmail .equalsIgnoreCase ("mark.evans@bradford.nhs.uk" ) &&
159- !userEmail .equalsIgnoreCase ("tracey.burrell@bradford.nhs.uk" ) &&
160- !userEmail .equalsIgnoreCase ("tracy.snowden@gp-b82007.nhs.uk" ) &&
161- !userEmail .equalsIgnoreCase ("linden.veitch@gp-b82028.nhs.uk" ) &&
162- !userEmail .equalsIgnoreCase ("gillian.edwards@bradford.nhs.uk" )){
163- continue ;
164- }
165-
166153 sharingExists = false ;
167154 copyingExists = false ;
168155 learnEpActivityExists = false ;
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ public void schedule() throws SSErr{
122122
123123 if (((SSLearnEpConf ) conf ).sendMailNotifications ){
124124
125- SSDateU .scheduleNow (new SSLearnEpMailNotificationTask ((SSLearnEpConf ) conf ));
125+ // SSDateU.scheduleNow(new SSLearnEpMailNotificationTask((SSLearnEpConf) conf));
126126
127- // SSDateU.scheduleWithFixedDelay(
128- // new SSLearnEpMailNotificationTask((SSLearnEpConf) conf),
129- // SSDateU.getDateForTomorrowMorning(),
130- // SSDateU.dayInMilliSeconds);
127+ SSDateU .scheduleWithFixedDelay (
128+ new SSLearnEpMailNotificationTask ((SSLearnEpConf ) conf ),
129+ SSDateU .getDateForTomorrowMorning (),
130+ SSDateU .dayInMilliSeconds );
131131 }
132132 }
133133}
You can’t perform that action at this time.
0 commit comments