Fixed some notices

This commit is contained in:
moodler 2004-08-14 12:42:54 +00:00
parent a950790dfd
commit 5f8c3e1f1a
2 changed files with 9 additions and 2 deletions

View file

@ -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>