Zwischenpush
This commit is contained in:
@@ -109,7 +109,9 @@ export default function CalenderView(p) {
|
||||
for (let k = 0; k < 20; k++) {
|
||||
if (en[i][k] != null) {
|
||||
|
||||
if (en[i][k].semesterid != currentsid) {
|
||||
|
||||
if (en[i][k].semesterid != currentsid)
|
||||
{
|
||||
for (let l = 0; l < 20; l++) {
|
||||
if (en[i][l] != null && en[i][l].usercreatedbyid != userid) {
|
||||
if (en[i][l].timestart <= en[i][k].timestart && en[i][l].timeend >= en[i][k].timeend) {
|
||||
|
||||
Reference in New Issue
Block a user