Pull in changes

This commit is contained in:
2019-03-10 18:51:52 -06:00
parent b4dcd506fc
commit 55f736e5a1
6 changed files with 134 additions and 90 deletions

View File

@@ -94,7 +94,8 @@ else
$tableTitle->appendChild($doc->createTextNode("Current Course Schedule"));
$myClassesDiv->appendChild($tableTitle);
$myClassesDiv->appendChild(generateTrainingTable($doc, 'userCourses.php'));
//$myClassesDiv->appendChild(generateTrainingTable($doc, 'userCourses.php'));
$myClassesDiv->appendChild(generateTrainingTable($doc, 'classes.php'));
$body->appendChild($myClassesDiv);