Fix code style issue
This commit is contained in:
@@ -45,8 +45,9 @@ class DocumentTaskCreator implements TaskCreator
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$query
|
$query = "select count(id) as c
|
||||||
= "select count(id) as c from EmployeeDocuments where employee = ? and valid_until < ? and visible_to = ?";
|
from EmployeeDocuments
|
||||||
|
where employee = ? and valid_until < ? and visible_to = ?";
|
||||||
|
|
||||||
$user->DB()->SetFetchMode(ADODB_FETCH_ASSOC);
|
$user->DB()->SetFetchMode(ADODB_FETCH_ASSOC);
|
||||||
// TODO - sending notifications only for Owner documents, this need to be extended later
|
// TODO - sending notifications only for Owner documents, this need to be extended later
|
||||||
|
|||||||
Reference in New Issue
Block a user