Begin work on project pages

Also store project owners' emails as contact info
This commit is contained in:
2018-02-24 19:41:57 +01:00
parent 63200f863b
commit d984dfb89c
11 changed files with 124 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ class ProjectManager{
$dbProj['description'],
$dbProj['owner'],
$dbProj['owneruname'],
$dbProj['owneremail'],
$dbProj['active']
);
$projects[] = $project;
@@ -44,6 +45,7 @@ class ProjectManager{
$dbProj['description'],
$dbProj['owner'],
$dbProj['owneruname'],
$dbProj['owneremail'],
$dbProj['active']
);
@@ -64,6 +66,7 @@ class ProjectManager{
$dbProj['description'],
$dbProj['owner'],
$dbProj['owneruname'],
$dbproj['owneremail'],
$dbProj['active']
);
$projects[] = $project;