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