Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Websites
/
SlimSpots Wiki
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 3166099e
authored
2015-01-30 15:52:16 +0100
by
Aleksandar Hristov
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
small fix
1 parent
661679f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
html/global_functions.php
html/global_functions.php
View file @
3166099
...
...
@@ -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
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment