* Rename function.
This commit is contained in:
@@ -766,7 +766,7 @@ class program extends control
|
||||
|
||||
$this->view->pmUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst');
|
||||
$this->view->users = $this->user->getPairs('noclosed|nodeleted');
|
||||
$this->view->programs = array('' => '') + $this->program->getPRJPairsByTemplate($model, $programID);
|
||||
$this->view->programs = array('' => '') + $this->program->getPRJPairsByModel($model, $programID);
|
||||
$this->view->products = $products;
|
||||
$this->view->allProducts = array('0' => '') + $allProducts;
|
||||
$this->view->productPlans = array('0' => '') + $productPlans;
|
||||
|
||||
Reference in New Issue
Block a user