Fixed a notice

This commit is contained in:
moodler 2004-07-29 03:43:48 +00:00
parent 7fabb0b4d6
commit d0a1d0483e

View File

@ -52,6 +52,9 @@
if (!isset($form->subnet)) {
$form->subnet = "";
}
if (!isset($form->timelimit)) {
$form->timelimit = 0;
}
?>