We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebcc21 commit 8268814Copy full SHA for 8268814
inc/common.class.php
@@ -819,7 +819,6 @@ public static function hookRedefineMenu($menus) {
819
'ORDER' => "$reminderTable.name"
820
];
821
$criteria = $criteria + Reminder::getVisibilityCriteria();
822
- $criteria['WHERE']["$reminderTable.users_id"] = ['<>', Session::getLoginUserID()];
823
$iterator = $DB->request($criteria);
824
$hasReminder = $iterator->count() > 0;
825
0 commit comments