From 8b93d2241a2a056b19bf3ea36fda7779005a9d85 Mon Sep 17 00:00:00 2001 From: areyou123456 Date: Sun, 22 Apr 2012 01:01:15 +0000 Subject: [PATCH] * finish bug#298 --- module/project/control.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/project/control.php b/module/project/control.php index 345a75ddfc..d6e581fea6 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -802,10 +802,6 @@ class project extends control $projects = array('' => '') + $this->projects; $project = $this->project->getById($projectID); $managers = $this->project->getDefaultManagers($projectID); - if(empty($project->PO)) $project->PO = $managers->PO; - if(empty($project->PM)) $project->PM = $this->app->user->account; - if(empty($project->QM)) $project->QM = $managers->QM; - if(empty($project->RM)) $project->RM = $managers->RM; /* Remove current project from the projects. */ unset($projects[$projectID]);