removed todos
This commit is contained in:
parent
d420691460
commit
bacd3f72d3
|
|
@ -16,7 +16,7 @@ $pageContent = '<h1>'.$pageHeading.'</h1>
|
||||||
require '../layout.php';
|
require '../layout.php';
|
||||||
|
|
||||||
|
|
||||||
function populateList($category) { //TODO: This will need to be updated to populate from the database
|
function populateList($category) {
|
||||||
$output = '';
|
$output = '';
|
||||||
$server = 'mysql';
|
$server = 'mysql';
|
||||||
$username = 'student';
|
$username = 'student';
|
||||||
|
|
@ -56,9 +56,6 @@ function populateList($category) { //TODO: This will need to be updated to popul
|
||||||
</article>
|
</article>
|
||||||
</li>';
|
</li>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue