* Delete newline.

This commit is contained in:
tianshujie98
2020-09-16 08:53:47 +08:00
parent e6fdef3c77
commit 47b04f91b8
-1
View File
@@ -2357,7 +2357,6 @@ class bugModel extends model
$bugQuery = $bugQuery . ' AND `project` ' . helper::dbIN($projects);
}
$allBranch = "`branch` = 'all'";
if($branch and strpos($bugQuery, '`branch` =') === false) $bugQuery .= " AND `branch` in('0','$branch')";
if(strpos($bugQuery, $allBranch) !== false) $bugQuery = str_replace($allBranch, '1', $bugQuery);