Fix code style issue

This commit is contained in:
Thilina
2021-06-27 17:49:24 +02:00
parent 47871d9551
commit 944d5f1f88

View File

@@ -45,8 +45,9 @@ class DocumentTaskCreator implements TaskCreator
return 0;
}
$query
= "select count(id) as c from EmployeeDocuments where employee = ? and valid_until < ? and visible_to = ?";
$query = "select count(id) as c
from EmployeeDocuments
where employee = ? and valid_until < ? and visible_to = ?";
$user->DB()->SetFetchMode(ADODB_FETCH_ASSOC);
// TODO - sending notifications only for Owner documents, this need to be extended later