* ajusted option of chosen.
* removed empty option in selection with chosen.
This commit is contained in:
@@ -770,7 +770,7 @@ class taskModel extends model
|
||||
*/
|
||||
public function getProjectTaskPairs($projectID, $status = 'all', $orderBy = 'finishedBy, id_desc')
|
||||
{
|
||||
$tasks = array('' => ' ');
|
||||
$tasks = array('' => '');
|
||||
$stmt = $this->dao->select('t1.id, t1.name, t2.realname AS finishedByRealName')
|
||||
->from(TABLE_TASK)->alias('t1')
|
||||
->leftJoin(TABLE_USER)->alias('t2')->on('t1.finishedBy = t2.account')
|
||||
|
||||
Reference in New Issue
Block a user