timeaccess (students and teachers) included in backup/restore. :-)

This commit is contained in:
stronk7
2003-10-27 17:23:43 +00:00
parent 0f4ae874d9
commit dabf73b44a
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -1568,6 +1568,9 @@
case "TIME":
$this->info->temprole->time = $this->getContents();
break;
case "TIMEACCESS":
$this->info->temprole->timeaccess = $this->getContents();
break;
}
}
}