mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed some notices
This commit is contained in:
parent
a950790dfd
commit
5f8c3e1f1a
2 changed files with 9 additions and 2 deletions
|
@ -11,6 +11,12 @@
|
|||
if (!isset($form->studentlogs)) {
|
||||
$form->studentlogs = 0;
|
||||
}
|
||||
if (!isset($form->chattime)) {
|
||||
$form->chattime = 0;
|
||||
}
|
||||
if (!isset($form->schedule)) {
|
||||
$form->schedule = 0;
|
||||
}
|
||||
?>
|
||||
<form name="form" method="post" action="mod.php">
|
||||
<table cellpadding=5>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue