* Fix project code details.
This commit is contained in:
@@ -139,7 +139,7 @@ class programModel extends model
|
||||
{
|
||||
$program = $this->getByID($programID);
|
||||
$path = $program->path;
|
||||
}
|
||||
}
|
||||
|
||||
$projectList = $this->dao->select('*')->from(TABLE_PROJECT)
|
||||
->where('deleted')->eq('0')
|
||||
|
||||
Reference in New Issue
Block a user