From b812b28e5b23842758ad7570e9e3813f49c57455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Mon, 13 Sep 2010 16:12:00 +0000 Subject: [PATCH] Quick fix of result filtering by app svn path=/trunk/boinc/; revision=22340 --- html/inc/result.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/html/inc/result.inc b/html/inc/result.inc index fc703d2a7f..a83bb58122 100644 --- a/html/inc/result.inc +++ b/html/inc/result.inc @@ -434,6 +434,7 @@ function show_result_navigation($info) { $apps = BoincApp::enum('deprecated=0 ORDER BY user_friendly_name'); if (count($apps) > 1) { $i2 = clone $info; + $i2->offset = 0; echo '
'; if ($info->appid) { $i2->appid = 0;