From 6933b8ee45bee33562ac3bf9cd864e6d09e6917b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Nov 2018 21:18:07 +0100 Subject: Fix "undo" being ignored in last actions --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.pl b/index.pl index 7c0924e..ee78445 100755 --- a/index.pl +++ b/index.pl @@ -117,7 +117,7 @@ app->attr( sched_time, real_time, route, messages from user_actions - join stations on station_id = stations.id + left outer join stations on station_id = stations.id where user_id = ? order by action_time desc } @@ -135,7 +135,7 @@ app->attr( sched_time, real_time, route, messages from user_actions - join stations on station_id = stations.id + left outer join stations on station_id = stations.id where user_id = ? order by action_time desc limit 10 -- cgit v1.2.3