From bacd3f72d349c29730ab728b76a2ecedd5cac300 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:58:22 +0000 Subject: [PATCH] removed todos --- public/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/index.php b/public/index.php index 8655677..da021ef 100644 --- a/public/index.php +++ b/public/index.php @@ -16,7 +16,7 @@ $pageContent = '

'.$pageHeading.'

require '../layout.php'; -function populateList($category) { //TODO: This will need to be updated to populate from the database +function populateList($category) { $output = ''; $server = 'mysql'; $username = 'student'; @@ -56,9 +56,6 @@ function populateList($category) { //TODO: This will need to be updated to popul '; } - - - return $output; } ?> \ No newline at end of file