Cleanup & CSS

This commit is contained in:
cgfhtw
2023-11-29 12:14:29 +01:00
parent 1d9899d830
commit 74f9ac7600
7 changed files with 5701 additions and 36 deletions
@@ -502,12 +502,12 @@ class Student extends FHC_Controller
}
// TODO(chris): DEBUG
$result = $this->PrestudentModel->loadWhere([
/*$result = $this->PrestudentModel->loadWhere([
'pestudent_id' => 1
]);
if (isError($result)) {
return $result;
}
}*/
return success(true);
}