diff options
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/events.php b/mod/events.php index f43a99cba..44f7522ad 100755 --- a/mod/events.php +++ b/mod/events.php @@ -135,8 +135,6 @@ function events_content(&$a) { return; } - nav_set_selected('all_events'); - if((argc() > 2) && (argv(1) === 'ignore') && intval(argv(2))) { $r = q("update event set ignore = 1 where id = %d and uid = %d limit 1", intval(argv(2)), |