SubmitLab.php: Group leader
parent
73f1e446cf
commit
bef3f1ac39
|
@ -56,7 +56,7 @@ include 'Header.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_SESSION["Group_ID"] < 1) {
|
if ($_SESSION["Group_ID"] < 1) {
|
||||||
echo" <center><h3> This Lab report can only be submitted by Group Admin </h3> </center> ";
|
echo" <center><h3> This Lab report can only be submitted by Group Leader </h3> </center> ";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue