Adjust code.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* When type change.
|
||||
*
|
||||
* @param int spaceID
|
||||
* @param string type
|
||||
* @access public
|
||||
* @return void
|
||||
|
||||
@@ -1794,12 +1794,6 @@ class kanbanModel extends model
|
||||
}
|
||||
}
|
||||
|
||||
public function updateKanbanBySpace($spaceID, $type)
|
||||
{
|
||||
$spaceType = $this->dao->select('type')->from(TABLE_KANBANSPACE)->where('id')->eq($spaceID)->fetch();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Close a space.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user