Skip to content
Snippets Groups Projects
Commit 617d7e3d authored by Uma's avatar Uma
Browse files

Fixes #942 Upcoming_Activites_for_selectedUsers

parent 2b221131
No related branches found
No related tags found
No related merge requests found
......@@ -214,10 +214,8 @@ class Home_Module_Model extends Vtiger_Module_Model {
$params = array();
if($user != 'all' && $user != '') {
if($user === $currentUser->id) {
$query .= " AND vtiger_crmentity.smownerid = ?";
$params[] = $user;
}
}
$query .= " ORDER BY date_start, time_start LIMIT ?, ?";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment