Commit 3166099e by Aleksandar Hristov

small fix

1 parent 661679f3
......@@ -24,13 +24,11 @@ function get_pages()
return $db_page_title;
}
//function that returns all the sections in the database in an array in format "page: section"
function get_sections()
{
global $db;
$pages = $db->query("SELECT * FROM sections");
$db_page_title=array();
$db_section_title=array();
$page_section=array();
$i=0;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!