diff --git a/index.pl b/index.pl index 3bdb7e686b19c12d17bbd7273583b3710cd90d78..02fe8fe72e6c31b11cf57a097b61169a30f75b06 100755 --- a/index.pl +++ b/index.pl @@ -447,9 +447,9 @@ helper 'get_user_travels' => sub { my $uid = $self->get_user_id; my $query = $self->app->get_all_actions_query; - if ($limit) { - $query = $self->app->get_last_actions_query; - } + #if ($limit) { + # $query = $self->app->get_last_actions_query; + #} $query->execute($uid); my @travels;