Small project member related fixes

This commit is contained in:
Markus 2018-02-24 21:09:31 +01:00
parent 30c8aa2032
commit 54467ab9b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -33,7 +33,7 @@ $project = new \pvv\side\Project(
'', '',
$attrs["cn"][0], $attrs["cn"][0],
$attrs["uid"][0], $attrs["uid"][0],
$attrs["email"][0] $attrs["email"][0],
1 1
); );
if($new == 0){ if($new == 0){