to support muti-line and more than one commands in one commit
This commit is contained in:
@@ -293,9 +293,6 @@ class ci extends control
|
||||
*/
|
||||
public function editCitask($id)
|
||||
{
|
||||
$pattern = '/\s*([a-z]+)\s+((?:story)|(?:task)|(?:bug))\s+#((\d|,)+)\s*/i';
|
||||
preg_match($pattern, 'update fix bug #567,666 README.',$matches);
|
||||
|
||||
$citask = $this->ci->getCitaskByID($id);
|
||||
if($_POST)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user