fix issue with missing group by - part 2
This commit is contained in:
@@ -574,6 +574,7 @@ class Task extends BaseTask
|
|||||||
$result = ($result == 0)? (($contentResult > 0)? 1 : 0) : $result;
|
$result = ($result == 0)? (($contentResult > 0)? 1 : 0) : $result;
|
||||||
$con->commit();
|
$con->commit();
|
||||||
|
|
||||||
|
/* commented, because the AppCacheView was deprecated
|
||||||
if ($result == 1 &&
|
if ($result == 1 &&
|
||||||
array_key_exists("TAS_DEF_TITLE", $fields) &&
|
array_key_exists("TAS_DEF_TITLE", $fields) &&
|
||||||
$fields["TAS_DEF_TITLE"] != $taskDefTitlePrevious
|
$fields["TAS_DEF_TITLE"] != $taskDefTitlePrevious
|
||||||
@@ -624,6 +625,7 @@ class Task extends BaseTask
|
|||||||
$result = 3;
|
$result = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user